The patch titled arch/x86/kernel/apm_32.c: remove duplicated #include has been removed from the -mm tree. Its filename was arch-x86-kernel-apm_32c-remove-duplicated-include.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: arch/x86/kernel/apm_32.c: remove duplicated #include From: Huang Weiyi <weiyi.huang@xxxxxxxxx> Removed duplicated include file <linux/smp_lock.h> in arch/x86/kernel/apm_32.c. Signed-off-by: Huang Weiyi <weiyi.huang@xxxxxxxxx> Acked-by: Pavel Machek <pavel@xxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/x86/kernel/apm_32.c | 1 - 1 file changed, 1 deletion(-) diff -puN arch/x86/kernel/apm_32.c~arch-x86-kernel-apm_32c-remove-duplicated-include arch/x86/kernel/apm_32.c --- a/arch/x86/kernel/apm_32.c~arch-x86-kernel-apm_32c-remove-duplicated-include +++ a/arch/x86/kernel/apm_32.c @@ -228,7 +228,6 @@ #include <linux/suspend.h> #include <linux/kthread.h> #include <linux/jiffies.h> -#include <linux/smp_lock.h> #include <asm/system.h> #include <asm/uaccess.h> _ Patches currently in -mm which might be from weiyi.huang@xxxxxxxxx are linux-next.patch arch-m68k-bvme6000-rtcc-remove-duplicated-include.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