From: Lennert Buytenhek 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 Signed-off-by: Andrew Morton --- 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 #include #include -#include struct physmap_flash_info { struct mtd_info *mtd; _