projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf5eba5
)
[MTD] Remove gratuitous inclusion of ARM-only header from physmap.c
author
David Woodhouse
<
[email protected]
>
Sun, 14 May 2006 10:59:20 +0000
(11:59 +0100)
committer
David Woodhouse
<
[email protected]
>
Sun, 14 May 2006 10:59:20 +0000
(11:59 +0100)
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 <
[email protected]
>
Signed-off-by: David Woodhouse <
[email protected]
>
drivers/mtd/maps/physmap.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/maps/physmap.c
b/drivers/mtd/maps/physmap.c
index 76ce9bd943aad13b4fecd67b05808210e721659c..bc82f702aa3c9152016199ee4e212367578bcd8e 100644
(file)
--- a/
drivers/mtd/maps/physmap.c
+++ b/
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;