diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-02-13 15:26:24 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-02-26 07:49:07 -0500 |
commit | 1b1ef755bd910106fef15bd55386b60e88d73e16 (patch) | |
tree | 38bd3cf8da91010126a255ab23f49104df883fc4 /arch/arm/mach-integrator/core.c | |
parent | f8487aa85b0f3c092bb3c1f27972b445a1944048 (diff) |
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/core.c')
-rw-r--r-- | arch/arm/mach-integrator/core.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-integrator/core.c b/arch/arm/mach-integrator/core.c index 7a330f541a9d..e3f3aca43efb 100644 --- a/arch/arm/mach-integrator/core.c +++ b/arch/arm/mach-integrator/core.c | |||
@@ -25,12 +25,11 @@ | |||
25 | #include <linux/of.h> | 25 | #include <linux/of.h> |
26 | #include <linux/of_address.h> | 26 | #include <linux/of_address.h> |
27 | 27 | ||
28 | #include <mach/hardware.h> | ||
29 | |||
30 | #include <asm/mach-types.h> | 28 | #include <asm/mach-types.h> |
31 | #include <asm/mach/time.h> | 29 | #include <asm/mach/time.h> |
32 | #include <asm/pgtable.h> | 30 | #include <asm/pgtable.h> |
33 | 31 | ||
32 | #include "hardware.h" | ||
34 | #include "cm.h" | 33 | #include "cm.h" |
35 | #include "common.h" | 34 | #include "common.h" |
36 | 35 | ||