Преглед на файлове

[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@wantstofly.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
David Woodhouse преди 19 години
родител
ревизия
2f206701ae
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      drivers/mtd/maps/physmap.c

+ 0 - 1
drivers/mtd/maps/physmap.c

@@ -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;