The patch titled git-mtd: non-arm fix has been removed from the -mm tree. Its filename is git-mtd-non-arm-fix.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. 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-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