The patch titled arch/mips: remove duplicate includes has been added to the -mm tree. Its filename is arch-mips-remove-duplicate-includes.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/mips: remove duplicate includes From: Lucas Woods <woodzy@xxxxxxxxx> Signed-off-by: Lucas Woods <woodzy@xxxxxxxxx> Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/mips/kernel/rtlx.c | 1 - arch/mips/kernel/vpe.c | 1 - 2 files changed, 2 deletions(-) diff -puN arch/mips/kernel/rtlx.c~arch-mips-remove-duplicate-includes arch/mips/kernel/rtlx.c --- a/arch/mips/kernel/rtlx.c~arch-mips-remove-duplicate-includes +++ a/arch/mips/kernel/rtlx.c @@ -40,7 +40,6 @@ #include <asm/atomic.h> #include <asm/cpu.h> #include <asm/processor.h> -#include <asm/mips_mt.h> #include <asm/system.h> #include <asm/vpe.h> #include <asm/rtlx.h> diff -puN arch/mips/kernel/vpe.c~arch-mips-remove-duplicate-includes arch/mips/kernel/vpe.c --- a/arch/mips/kernel/vpe.c~arch-mips-remove-duplicate-includes +++ a/arch/mips/kernel/vpe.c @@ -53,7 +53,6 @@ #include <asm/system.h> #include <asm/vpe.h> #include <asm/kspd.h> -#include <asm/mips_mt.h> typedef void *vpe_handle; _ Patches currently in -mm which might be from woodzy@xxxxxxxxx are arch-alpha-removed-duplicate-includes.patch arch-arm-removed-duplicate-includes.patch arch-ia64-remove-duplicate-includes.patch arch-mips-remove-duplicate-includes.patch arch-parisc-remove-duplicate-includes.patch arch-powerpc-remove-duplicate-includes.patch arch-ppc-remove-duplicate-includes.patch arch-sparc-remove-duplicate-includes.patch arch-um-remove-duplicate-includes.patch arch-x86-remove-duplicate-includes.patch arch-xtensa-remove-duplicate-includes.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