The patch titled xtensa console.c: remove duplicate #include has been removed from the -mm tree. Its filename was xtensa-consolec-remove-duplicate-include.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: xtensa console.c: remove duplicate #include From: Frederik Deweerdt <deweerdt@xxxxxxx> This patch removes one of the two linux/console.h included in arch/xtensa/platform-iss/console.c Signed-off-by: Frederik Deweerdt <frederik.deweerdt@xxxxxxxxx> Cc: Chris Zankel <czankel@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/xtensa/platform-iss/console.c | 1 - 1 files changed, 1 deletion(-) diff -puN arch/xtensa/platform-iss/console.c~xtensa-consolec-remove-duplicate-include arch/xtensa/platform-iss/console.c --- a/arch/xtensa/platform-iss/console.c~xtensa-consolec-remove-duplicate-include +++ a/arch/xtensa/platform-iss/console.c @@ -20,7 +20,6 @@ #include <linux/param.h> #include <linux/serial.h> #include <linux/serialP.h> -#include <linux/console.h> #include <asm/uaccess.h> #include <asm/irq.h> _ Patches currently in -mm which might be from deweerdt@xxxxxxx are git-xtensa.patch enforce-noreplace-smp-in-alternative_instructions.patch revoke-core-code.patch reiser4-sb_sync_inodes.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