The patch titled git-mtd: non-arm fix has been added to the -mm tree. Its filename is git-mtd-non-arm-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Lennert Buytenhek <buytenh@xxxxxxxxxxxxxx> The physmap platform driver conversion added to physmap.c an include of asm/mach/flash.h which is 1) ARM-specific; and 2) isn't actually necessary. Remove it. Signed-off-by: Lennert Buytenhek <buytenh@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/mtd/maps/physmap.c | 1 - 1 files changed, 1 deletion(-) diff -puN drivers/mtd/maps/physmap.c~git-mtd-non-arm-fix drivers/mtd/maps/physmap.c --- devel/drivers/mtd/maps/physmap.c~git-mtd-non-arm-fix 2006-05-14 04:01:03.000000000 -0700 +++ devel-akpm/drivers/mtd/maps/physmap.c 2006-05-14 04:01:03.000000000 -0700 @@ -22,7 +22,6 @@ #include <linux/mtd/partitions.h> #include <linux/mtd/physmap.h> #include <asm/io.h> -#include <asm/mach/flash.h> struct physmap_flash_info { struct mtd_info *mtd; _ Patches currently in -mm which might be from buytenh@xxxxxxxxxxxxxx are git-mtd.patch git-mtd-non-arm-fix.patch git-mtd-isnt-arm-only.patch git-netdev-all.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