diff options
author | Parag Warudkar <parag.warudkar@gmail.com> | 2007-05-02 13:27:10 -0400 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2007-05-02 13:27:10 -0400 |
commit | 78eea47ac3e256559d97f0c2434928be39cba524 (patch) | |
tree | 58e74ac5ea8919a8b28b8ccf736fbc1ab906107c | |
parent | 6fb14755a676282a4e6caa05a08c92db8e45cfff (diff) |
[PATCH] i386: get rid of unused variables
Signed-off-by: Parag Warudkar <parag.warudkar@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andi Kleen <ak@suse.de>
-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; |