From: Thomas Petazzoni Date: Mon, 27 Aug 2012 23:35:28 +0000 (+0200) Subject: mtd: orion_nand: remove include X-Git-Tag: v3.7-rc1~70^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32098f6af02754b357ce303afd1bd00a470f906c;p=pandora-kernel.git mtd: orion_nand: remove include Commit abcda1dc ('arm: plat-orion: introduce PLAT_ORION_LEGACY hidden config option') currently pending in linux-next will make 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 , but mach-mvebu does not have a mach/hardware.h header (it is considered as a deprecated practice). It turns out that the 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 Tested-by: Andrew Lunn Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed