From: Parag Warudkar Date: Wed, 2 May 2007 17:27:10 +0000 (+0200) Subject: [PATCH] i386: get rid of unused variables X-Git-Tag: upstream/snapshot3+hdmi~34849^2~140 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=78eea47ac3e256559d97f0c2434928be39cba524;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [PATCH] i386: get rid of unused variables Signed-off-by: Parag Warudkar Signed-off-by: Andrew Morton Signed-off-by: Andi Kleen --- diff --git a/arch/i386/kernel/apm.c b/arch/i386/kernel/apm.c index 064bbf2..4d073d3 100644 --- a/arch/i386/kernel/apm.c +++ b/arch/i386/kernel/apm.c @@ -384,13 +384,6 @@ static int ignore_sys_suspend; static int ignore_normal_resume; static int bounce_interval __read_mostly = DEFAULT_BOUNCE_INTERVAL; -#ifdef CONFIG_APM_RTC_IS_GMT -# define clock_cmos_diff 0 -# define got_clock_diff 1 -#else -static long clock_cmos_diff; -static int got_clock_diff; -#endif static int debug __read_mostly; static int smp __read_mostly; static int apm_disabled = -1;