The patch titled arch/i386/kernel/pci-dma.c: remove duplicate include has been removed from the -mm tree. Its filename was arch-i386-kernel-pci-dmac-remove-duplicate-include.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 - 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