From: David Woodhouse Date: Sun, 14 May 2006 10:59:20 +0000 (+0100) Subject: [MTD] Remove gratuitous inclusion of ARM-only header from physmap.c X-Git-Tag: v2.6.18-rc1~1105^2~109 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2f206701ae9b5c13719c2be26121b9461f05f87c;p=karo-tx-linux.git [MTD] Remove gratuitous inclusion of ARM-only header from physmap.c 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: David Woodhouse --- diff --git a/drivers/mtd/maps/physmap.c b/drivers/mtd/maps/physmap.c index 76ce9bd943aa..bc82f702aa3c 100644 --- a/drivers/mtd/maps/physmap.c +++ b/drivers/mtd/maps/physmap.c @@ -22,7 +22,6 @@ #include #include #include -#include struct physmap_flash_info { struct mtd_info *mtd;