From: Martin Kelly Date: Wed, 17 Sep 2014 14:17:56 +0000 (-0700) Subject: x86/platform/pmc_atom: Fix warning when CONFIG_DEBUG_FS=n X-Git-Tag: fixes-against-v3.18-rc2~87^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9575a6a23a8081bc4c9d47d001621e2af0957c02;p=pandora-kernel.git 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: Martin Kelly Acked-by: "Li, Aubrey" Cc: vishwesh.m.rudramuni@intel.com Link: http://lkml.kernel.org/r/1410963476-8360-1-git-send-email-martin@martingkelly.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed