The patch titled includecheck fix: drivers/char/vt.c has been removed from the -mm tree. Its filename was includecheck-fix-drivers-char-vtc.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: includecheck fix: drivers/char/vt.c From: Jaswinder Singh Rajput <jaswinder@xxxxxxxxxx> Fix the following 'make includecheck' warning: drivers/char/vt.c: linux/device.h is included more than once. Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/char/vt.c | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/char/vt.c~includecheck-fix-drivers-char-vtc drivers/char/vt.c --- a/drivers/char/vt.c~includecheck-fix-drivers-char-vtc +++ a/drivers/char/vt.c @@ -2957,7 +2957,6 @@ int __init vty_init(const struct file_op } #ifndef VT_SINGLE_DRIVER -#include <linux/device.h> static struct class *vtconsole_class; _ Patches currently in -mm which might be from jaswinder@xxxxxxxxxx are linux-next.patch kernel-core-add-smp_call_function_any.patch arch-x86-kernel-cpu-cpufreq-acpi-cpufreqc-avoid-cross-cpu-interrupts-by-using-smp_call_function_any.patch gitignore-usr-initramfs_datacpiobz2-and-usr-initramfs_datacpiolzma.patch mm-includecheck-fix-for-mm-shmemc.patch mm-includecheck-fix-for-mm-nommuc.patch includecheck-fix-documentation-cfag12864b-examplec.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