Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 9575a6a2 authored by Martin Kelly's avatar Martin Kelly Committed by Ingo Molnar
Browse files

x86/platform/pmc_atom: Fix warning when CONFIG_DEBUG_FS=n



When compiling with CONFIG_DEBUG_FS=n, GCC emits an unused
variable warning for pmc_atom.c because "ret" is used only
within the CONFIG_DEBUG_FS block.

This patch adds a dummy #ifdef for pmc_dbgfs_register() when
CONFIG_DEBUG_FS=n to simplify the code and remove the warning.

Signed-off-by: default avatarMartin Kelly <martkell@amazon.com>
Acked-by: default avatar"Li, Aubrey" <aubrey.li@linux.intel.com>
Cc: vishwesh.m.rudramuni@intel.com
Link: http://lkml.kernel.org/r/1410963476-8360-1-git-send-email-martin@martingkelly.com


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent 2e151c70
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment