Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

-1
-1
drivers/mtd/maps/physmap.c
··· 22 22 #include <linux/mtd/partitions.h> 23 23 #include <linux/mtd/physmap.h> 24 24 #include <asm/io.h> 25 - #include <asm/mach/flash.h> 26 25 27 26 struct physmap_flash_info { 28 27 struct mtd_info *mtd;