]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[IA64] mca.c:121: warning: 'cpe_poll_timer' defined but not used
authorTony Luck <tony.luck@intel.com>
Thu, 10 May 2007 20:20:19 +0000 (13:20 -0700)
committerTony Luck <tony.luck@intel.com>
Thu, 10 May 2007 20:20:19 +0000 (13:20 -0700)
Only shows up while building sim_defconfig because CONFIG_ACPI=n
there, and all of the uses of cpe_poll_timer are inside #ifdef CONFIG_ACPI.

Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/mca.c

index f8ae709de0b5341e48abaaf13ac1bd011dd98ee0..26814de6c29ace5955dc65b3b0eac36b97f36e69 100644 (file)
@@ -118,7 +118,9 @@ static ia64_mc_info_t               ia64_mc_info;
 #define CPE_HISTORY_LENGTH    5
 #define CMC_HISTORY_LENGTH    5
 
+#ifdef CONFIG_ACPI
 static struct timer_list cpe_poll_timer;
+#endif
 static struct timer_list cmc_poll_timer;
 /*
  * This variable tells whether we are currently in polling mode.