diff options
-rw-r--r-- | arch/i386/kernel/apm.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/i386/kernel/apm.c b/arch/i386/kernel/apm.c index 064bbf2861f4..4d073d390715 100644 --- a/arch/i386/kernel/apm.c +++ b/arch/i386/kernel/apm.c | |||
@@ -384,13 +384,6 @@ static int ignore_sys_suspend; | |||
384 | static int ignore_normal_resume; | 384 | static int ignore_normal_resume; |
385 | static int bounce_interval __read_mostly = DEFAULT_BOUNCE_INTERVAL; | 385 | static int bounce_interval __read_mostly = DEFAULT_BOUNCE_INTERVAL; |
386 | 386 | ||
387 | #ifdef CONFIG_APM_RTC_IS_GMT | ||
388 | # define clock_cmos_diff 0 | ||
389 | # define got_clock_diff 1 | ||
390 | #else | ||
391 | static long clock_cmos_diff; | ||
392 | static int got_clock_diff; | ||
393 | #endif | ||
394 | static int debug __read_mostly; | 387 | static int debug __read_mostly; |
395 | static int smp __read_mostly; | 388 | static int smp __read_mostly; |
396 | static int apm_disabled = -1; | 389 | static int apm_disabled = -1; |