[MTD] Remove gratuitous inclusion of ARM-only header from physmap.c
authorDavid Woodhouse <dwmw2@infradead.org>
Sun, 14 May 2006 10:59:20 +0000 (11:59 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Sun, 14 May 2006 10:59:20 +0000 (11:59 +0100)
commit2f206701ae9b5c13719c2be26121b9461f05f87c
tree574037d71f805a50062f5752f6e70f688b33620e
parentcf5eba53346fbfdf1b80e05ca3fd7fe2ec841077
[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>
drivers/mtd/maps/physmap.c