diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-02-13 14:01:41 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-02-26 07:49:05 -0500 |
commit | c36928adfc24398f8fe49cf498389500c14a5550 (patch) | |
tree | 8e987135da168066dac14f5d59d2572104c3b70a /arch/arm/mach-integrator | |
parent | 29525484cd2524a31ee0924831ab43b46ea6ebe1 (diff) |
ARM: integrator: localize the lm.h header
As we move toward multiplatform support for the Integrator family
we need to localize all <mach/*> headers. This moves the lm.h
header down to the machine folder as it is not used outside it
anyway.
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')
-rw-r--r-- | arch/arm/mach-integrator/impd1.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-integrator/integrator_ap.c | 3 | ||||
-rw-r--r-- | arch/arm/mach-integrator/integrator_cp.c | 3 | ||||
-rw-r--r-- | arch/arm/mach-integrator/lm.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-integrator/lm.h (renamed from arch/arm/mach-integrator/include/mach/lm.h) | 0 |
5 files changed, 3 insertions, 7 deletions
diff --git a/arch/arm/mach-integrator/impd1.c b/arch/arm/mach-integrator/impd1.c index d9b784824808..a90e83fe8776 100644 --- a/arch/arm/mach-integrator/impd1.c +++ b/arch/arm/mach-integrator/impd1.c | |||
@@ -25,9 +25,9 @@ | |||
25 | #include <linux/slab.h> | 25 | #include <linux/slab.h> |
26 | #include <linux/irqchip/arm-vic.h> | 26 | #include <linux/irqchip/arm-vic.h> |
27 | 27 | ||
28 | #include <mach/lm.h> | ||
29 | #include <mach/impd1.h> | 28 | #include <mach/impd1.h> |
30 | #include <asm/sizes.h> | 29 | #include <asm/sizes.h> |
30 | #include "lm.h" | ||
31 | 31 | ||
32 | static int module_id; | 32 | static int module_id; |
33 | 33 | ||
diff --git a/arch/arm/mach-integrator/integrator_ap.c b/arch/arm/mach-integrator/integrator_ap.c index fedcd2fab094..f4ef41707046 100644 --- a/arch/arm/mach-integrator/integrator_ap.c +++ b/arch/arm/mach-integrator/integrator_ap.c | |||
@@ -51,8 +51,6 @@ | |||
51 | #include <asm/param.h> /* HZ */ | 51 | #include <asm/param.h> /* HZ */ |
52 | #include <asm/mach-types.h> | 52 | #include <asm/mach-types.h> |
53 | 53 | ||
54 | #include <mach/lm.h> | ||
55 | |||
56 | #include <asm/mach/arch.h> | 54 | #include <asm/mach/arch.h> |
57 | #include <asm/mach/irq.h> | 55 | #include <asm/mach/irq.h> |
58 | #include <asm/mach/map.h> | 56 | #include <asm/mach/map.h> |
@@ -61,6 +59,7 @@ | |||
61 | #include "cm.h" | 59 | #include "cm.h" |
62 | #include "common.h" | 60 | #include "common.h" |
63 | #include "pci_v3.h" | 61 | #include "pci_v3.h" |
62 | #include "lm.h" | ||
64 | 63 | ||
65 | /* Base address to the AP system controller */ | 64 | /* Base address to the AP system controller */ |
66 | void __iomem *ap_syscon_base; | 65 | void __iomem *ap_syscon_base; |
diff --git a/arch/arm/mach-integrator/integrator_cp.c b/arch/arm/mach-integrator/integrator_cp.c index 0ad5f60598c8..9af1ed995faa 100644 --- a/arch/arm/mach-integrator/integrator_cp.c +++ b/arch/arm/mach-integrator/integrator_cp.c | |||
@@ -32,9 +32,6 @@ | |||
32 | #include <mach/platform.h> | 32 | #include <mach/platform.h> |
33 | #include <asm/setup.h> | 33 | #include <asm/setup.h> |
34 | #include <asm/mach-types.h> | 34 | #include <asm/mach-types.h> |
35 | |||
36 | #include <mach/lm.h> | ||
37 | |||
38 | #include <asm/mach/arch.h> | 35 | #include <asm/mach/arch.h> |
39 | #include <asm/mach/irq.h> | 36 | #include <asm/mach/irq.h> |
40 | #include <asm/mach/map.h> | 37 | #include <asm/mach/map.h> |
diff --git a/arch/arm/mach-integrator/lm.c b/arch/arm/mach-integrator/lm.c index f52c7af31eaa..3f9e9f043168 100644 --- a/arch/arm/mach-integrator/lm.c +++ b/arch/arm/mach-integrator/lm.c | |||
@@ -12,7 +12,7 @@ | |||
12 | #include <linux/device.h> | 12 | #include <linux/device.h> |
13 | #include <linux/slab.h> | 13 | #include <linux/slab.h> |
14 | 14 | ||
15 | #include <mach/lm.h> | 15 | #include "lm.h" |
16 | 16 | ||
17 | #define to_lm_device(d) container_of(d, struct lm_device, dev) | 17 | #define to_lm_device(d) container_of(d, struct lm_device, dev) |
18 | #define to_lm_driver(d) container_of(d, struct lm_driver, drv) | 18 | #define to_lm_driver(d) container_of(d, struct lm_driver, drv) |
diff --git a/arch/arm/mach-integrator/include/mach/lm.h b/arch/arm/mach-integrator/lm.h index 28186b6f2c09..28186b6f2c09 100644 --- a/arch/arm/mach-integrator/include/mach/lm.h +++ b/arch/arm/mach-integrator/lm.h | |||