The patch titled apm.c: get rid of unused variables has been added to the -mm tree. Its filename is apmc-get-rid-of-unused-variables.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 make-aout-executables-work-again.patch make-aout-executables-work-again-fix.patch apmc-get-rid-of-unused-variables.patch keyboardc-stop-flooding-dmesg-with-useless-warnings.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