瀏覽代碼

[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>
Parag Warudkar 18 年之前
父節點
當前提交
78eea47ac3
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      arch/i386/kernel/apm.c

+ 0 - 7
arch/i386/kernel/apm.c

@@ -384,13 +384,6 @@ static int			ignore_sys_suspend;
 static int			ignore_normal_resume;
 static int			ignore_normal_resume;
 static int			bounce_interval __read_mostly = DEFAULT_BOUNCE_INTERVAL;
 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			debug __read_mostly;
 static int			smp __read_mostly;
 static int			smp __read_mostly;
 static int			apm_disabled = -1;
 static int			apm_disabled = -1;