Skip to content

Commit

Permalink
[PATCH] i386: get rid of unused variables
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Parag Warudkar authored and Andi Kleen committed May 2, 2007
1 parent 6fb1475 commit 78eea47
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions arch/i386/kernel/apm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 78eea47

Please sign in to comment.