]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mtd: orion_nand: remove <mach/hardware.h> include
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 27 Aug 2012 23:35:28 +0000 (01:35 +0200)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Thu, 30 Aug 2012 06:27:45 +0000 (09:27 +0300)
Commit c085d965fb63ac3b4cc7379d45588c0b39e2bdb0 made the ARCH_MVEBU
platform select PLAT_ORION, which means that now all Orion drivers can
be enabled on ARCH_MVEBU. This works fine for most drivers, except for
orion_nand, because it includes <mach/hardware.h>, but mach-mvebu does
not have a mach/hardware.h header (it is considered as a deprecated
practice).

It turns out that the <mach/hardware.h> include in orion_nand is not
necessary: the driver builds perfectly fine without it, so we simply
get rid of it.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/nand/orion_nand.c

index fc5a868c436e9b530018afb0e7fd428a12985c45..9ee436d309329fd04464cd6643b343ab1f1e5b88 100644 (file)
@@ -21,7 +21,6 @@
 #include <linux/err.h>
 #include <asm/io.h>
 #include <asm/sizes.h>
-#include <mach/hardware.h>
 #include <plat/orion_nand.h>
 
 static void orion_nand_cmd_ctrl(struct mtd_info *mtd, int cmd, unsigned int ctrl)