[MTD] Remove gratuitous inclusion of ARM-only header from physmap.c

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Sun May 14 07:59:01 EDT 2006


Commit:     2f206701ae9b5c13719c2be26121b9461f05f87c
Parent:     cf5eba53346fbfdf1b80e05ca3fd7fe2ec841077
Author:     David Woodhouse <dwmw2 at infradead.org>
AuthorDate: Sun May 14 11:59:20 2006 +0100
Commit:     David Woodhouse <dwmw2 at infradead.org>
CommitDate: Sun May 14 11:59:20 2006 +0100

    [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 <buytenh at wantstofly.org>
    Signed-off-by: David Woodhouse <dwmw2 at infradead.org>

 drivers/mtd/maps/physmap.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/mtd/maps/physmap.c b/drivers/mtd/maps/physmap.c
index 76ce9bd..bc82f70 100644
--- a/drivers/mtd/maps/physmap.c
+++ b/drivers/mtd/maps/physmap.c
@@ -22,7 +22,6 @@ #include <linux/config.h>
 #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;




More information about the linux-mtd-cvs mailing list