diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-02-14 00:26:24 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-02-26 16:49:07 +0400 |
commit | 1b1ef755bd910106fef15bd55386b60e88d73e16 (patch) | |
tree | 38bd3cf8da91010126a255ab23f49104df883fc4 /arch/arm/mach-integrator/integrator_cp.c | |
parent | f8487aa85b0f3c092bb3c1f27972b445a1944048 (diff) | |
download | linux-1b1ef755bd910106fef15bd55386b60e88d73e16.tar.xz |
ARM: integrator: localize the hardware.h header
As we move toward multiplatform support for the Integrator family
we need to localize all <mach/*> headers. This moves the hardware.h
header down to the machine folder. There are no users outside the
machine in the kernel.
Cc: Will Deacon <will.deacon@arm.com>
Cc: Jonathan Austin <jonathan.austin@arm.com>
Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-integrator/integrator_cp.c')
-rw-r--r-- | arch/arm/mach-integrator/integrator_cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-integrator/integrator_cp.c b/arch/arm/mach-integrator/integrator_cp.c index 6734a4efe710..c97ab88897cf 100644 --- a/arch/arm/mach-integrator/integrator_cp.c +++ b/arch/arm/mach-integrator/integrator_cp.c @@ -28,7 +28,6 @@ #include <linux/of_platform.h> #include <linux/sys_soc.h> -#include <mach/hardware.h> #include <asm/setup.h> #include <asm/mach-types.h> #include <asm/mach/arch.h> @@ -39,6 +38,7 @@ #include <plat/clcd.h> #include <plat/sched_clock.h> +#include "hardware.h" #include "cm.h" #include "common.h" |