The patch titled apm.c: get rid of unused variables has been removed from the -mm tree. Its filename was apmc-get-rid-of-unused-variables.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: apm.c: get rid of unused variables From: Parag Warudkar <parag.warudkar@xxxxxxxxx> Signed-off-by: Parag Warudkar <parag.warudkar@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/i386/kernel/apm.c | 7 ------- 1 file changed, 7 deletions(-) diff -puN arch/i386/kernel/apm.c~apmc-get-rid-of-unused-variables arch/i386/kernel/apm.c --- a/arch/i386/kernel/apm.c~apmc-get-rid-of-unused-variables +++ a/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; _ Patches currently in -mm which might be from parag.warudkar@xxxxxxxxx are fdomainc-get-rid-of-unused-stuff.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html