The patch titled ixp4xx: remove double include has been added to the -mm tree. Its filename is ixp4xx-remove-double-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: ixp4xx: remove double include From: Andre Haupt <andre@xxxxxxxxxxxxxxx> Remove double include. Signed-off-by: Andre Haupt <andre@xxxxxxxxxxxxxxx> Signed-off-by: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Cc: Russell King <rmk@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm/mach-ixp4xx/nslu2-power.c | 1 - 1 file changed, 1 deletion(-) diff -puN arch/arm/mach-ixp4xx/nslu2-power.c~ixp4xx-remove-double-include arch/arm/mach-ixp4xx/nslu2-power.c --- a/arch/arm/mach-ixp4xx/nslu2-power.c~ixp4xx-remove-double-include +++ a/arch/arm/mach-ixp4xx/nslu2-power.c @@ -18,7 +18,6 @@ */ #include <linux/module.h> -#include <linux/reboot.h> #include <linux/irq.h> #include <linux/interrupt.h> #include <linux/reboot.h> _ Patches currently in -mm which might be from andre@xxxxxxxxxxxxxxx are ixp4xx-remove-double-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