Skip to content

Commit

Permalink
[MTD] Remove gratuitous inclusion of ARM-only header from physmap.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Woodhouse committed May 14, 2006
1 parent cf5eba5 commit 2f20670
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mtd/maps/physmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2f20670

Please sign in to comment.