Commit
b480a4b0c81b5e3a5ccc3c045da35d890e80afb4
ARM: remove unnecessary mach/hardware.h includes
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.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Showing
8 changed files
with
0 additions
and
8 deletions
Side-by-side Diff
... |
... |
@@ -12,7 +12,6 @@ |
12
|
12 |
*/ |
13
|
13 |
#include <linux/linkage.h> |
14
|
14 |
#include <asm/assembler.h> |
15
|
|
-#include <mach/hardware.h> |
16
|
15 |
|
17
|
16 |
#define CPSR2SPSR(rt) \ |
18
|
17 |
mrs rt, cpsr; \ |
... |
... |
@@ -9,7 +9,6 @@ |
9
|
9 |
*/ |
10
|
10 |
#include <linux/linkage.h> |
11
|
11 |
#include <asm/assembler.h> |
12
|
|
-#include <mach/hardware.h> |
13
|
12 |
|
14
|
13 |
.Linsw_bad_alignment: |
15
|
14 |
adr r0, .Linsw_bad_align_msg |
... |
... |
@@ -9,7 +9,6 @@ |
9
|
9 |
*/ |
10
|
10 |
#include <linux/linkage.h> |
11
|
11 |
#include <asm/assembler.h> |
12
|
|
-#include <mach/hardware.h> |
13
|
12 |
|
14
|
13 |
.Loutsw_bad_alignment: |
15
|
14 |
adr r0, .Loutsw_bad_align_msg |
... |
... |
@@ -29,7 +29,6 @@ |
29
|
29 |
#include <asm/mach/arch.h> |
30
|
30 |
#include <asm/mach/map.h> |
31
|
31 |
#include <asm/mach/time.h> |
32
|
|
-#include <mach/hardware.h> |
33
|
32 |
#include <mach/cns3xxx.h> |
34
|
33 |
#include <mach/irqs.h> |
35
|
34 |
#include "core.h" |
... |
... |
@@ -21,7 +21,6 @@ |
21
|
21 |
#ifndef __MACH_TEGRA_SYSTEM_H |
22
|
22 |
#define __MACH_TEGRA_SYSTEM_H |
23
|
23 |
|
24
|
|
-#include <mach/hardware.h> |
25
|
24 |
#include <mach/iomap.h> |
26
|
25 |
|
27
|
26 |
extern void (*arch_reset)(char mode, const char *cmd); |
... |
... |
@@ -24,7 +24,6 @@ |
24
|
24 |
#include <linux/mm.h> |
25
|
25 |
#include <linux/io.h> |
26
|
26 |
|
27
|
|
-#include <mach/hardware.h> |
28
|
27 |
#include <asm/page.h> |
29
|
28 |
#include <asm/mach/map.h> |
30
|
29 |
|
... |
... |
@@ -21,7 +21,6 @@ |
21
|
21 |
|
22
|
22 |
#include <asm/cacheflush.h> |
23
|
23 |
#include <asm/hardware/gic.h> |
24
|
|
-#include <mach/hardware.h> |
25
|
24 |
#include <asm/mach-types.h> |
26
|
25 |
#include <asm/smp_scu.h> |
27
|
26 |
|
... |
... |
@@ -28,7 +28,6 @@ |
28
|
28 |
#include <linux/init.h> |
29
|
29 |
#include <asm/assembler.h> |
30
|
30 |
#include <asm/hwcap.h> |
31
|
|
-#include <mach/hardware.h> |
32
|
31 |
#include <asm/pgtable.h> |
33
|
32 |
#include <asm/pgtable-hwdef.h> |
34
|
33 |
#include <asm/page.h> |