mirror of
https://github.com/torvalds/linux.git
synced 2024-10-31 09:11:49 +00:00
[IA64] mca.c:121: warning: 'cpe_poll_timer' defined but not used
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>
This commit is contained in:
parent
9a86bbb90f
commit
34eac2abcb
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user