[PATCH 2/4] ARM: remove unnecessary mach/hardware.h includes
Russell King - ARM Linux
linux at arm.linux.org.uk
Tue Jun 28 19:24:29 EDT 2011
On Tue, Jun 28, 2011 at 05:57:37PM -0500, Rob Herring wrote:
> From: Rob Herring <rob.herring at calxeda.com>
>
> Remove some includes of mach/hardware.h which are not needed. hardware.h will
> be removed completely for tegra and cns3xxx in follow on patch.
At least this one is incorrect:
arch/arm/mach-rpc/include/mach/hardware.h:#define IO_EC_MEMC_BASE 0x80000000
arch/arm/kernel/ecard.c: address = IO_EC_MEMC_BASE + (slot << 12);
That's just one of the defines that ecard.c uses from mach/hardare.h.
More information about the linux-arm-kernel
mailing list