The patch titled arch/i386/kernel/pci-dma.c: remove duplicate include has been added to the -mm tree. Its filename is arch-i386-kernel-pci-dmac-remove-duplicate-include.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: arch/i386/kernel/pci-dma.c: remove duplicate include From: MUNEDA Takahiro <muneda.takahiro@xxxxxxxxxxxxxx> Remove duplicate include arch/i386/kernel/pci-dma.c Signed-off-by: MUNEDA Takahiro <muneda.takahiro@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/i386/kernel/pci-dma.c | 1 - 1 files changed, 1 deletion(-) diff -puN arch/i386/kernel/pci-dma.c~arch-i386-kernel-pci-dmac-remove-duplicate-include arch/i386/kernel/pci-dma.c --- a/arch/i386/kernel/pci-dma.c~arch-i386-kernel-pci-dmac-remove-duplicate-include +++ a/arch/i386/kernel/pci-dma.c @@ -12,7 +12,6 @@ #include <linux/string.h> #include <linux/pci.h> #include <linux/module.h> -#include <linux/pci.h> #include <asm/io.h> struct dma_coherent_mem { _ Patches currently in -mm which might be from muneda.takahiro@xxxxxxxxxxxxxx are arch-i386-kernel-pci-dmac-remove-duplicate-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