Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f206701 authored by David Woodhouse's avatar David Woodhouse
Browse files

[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: default avatarLennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent cf5eba53
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;