The patch titled ARM: OMAP: fix missing header on apollon board has been added to the -mm tree. Its filename is arm-omap-fix-missing-header-on-apollon-board.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: ARM: OMAP: fix missing header on apollon board From: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> Fix apollon board compiler error Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx> Cc: Russell King <rmk@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/arm/mach-omap2/board-apollon.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/arm/mach-omap2/board-apollon.c~arm-omap-fix-missing-header-on-apollon-board arch/arm/mach-omap2/board-apollon.c --- a/arch/arm/mach-omap2/board-apollon.c~arm-omap-fix-missing-header-on-apollon-board +++ a/arch/arm/mach-omap2/board-apollon.c @@ -22,6 +22,7 @@ #include <linux/mtd/mtd.h> #include <linux/mtd/partitions.h> #include <linux/mtd/onenand.h> +#include <linux/irq.h> #include <linux/interrupt.h> #include <linux/delay.h> _ Patches currently in -mm which might be from kyungmin.park@xxxxxxxxxxx are arm-omap-fix-gpmc-compiler-errors.patch arm-omap-fix-missing-header-on-apollon-board.patch git-mtd.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