Commit
f78f10436806660f39440a729acbaf03e3a01023
Exists in
master
and in
39 other branches
8mp-imx_5.4.70_2.3.0, 8qm-imx_5.4.70_2.3.0, emb_imx_lf-5.15.y, emb_lf-6.1.y, imx_3.0.35_4.1.0, imx_3.10.17_1.0.1_ga, imx_3.10.53_1.1.0_ga, imx_3.14.28_1.0.0_ga, imx_4.1.15_1.0.0_ga, pitx_8mp_lf-5.10.y, rt-smarc-imx_4.1.15_1.0.0_ga, rt_linux_5.15.71, smarc-8m-android-11.0.0_2.0.0, smarc-imx6_4.14.98_2.0.0_ga, smarc-imx6_4.9.88_2.0.0_ga, smarc-imx7_4.14.98_2.0.0_ga, smarc-imx7_4.9.11_1.0.0_ga, smarc-imx7_4.9.88_2.0.0_ga, smarc-imx_3.10.53_1.1.0_ga, smarc-imx_3.14.28_1.0.0_ga, smarc-imx_4.1.15_1.0.0_ga, smarc-imx_4.9.11_1.0.0_ga, smarc-imx_4.9.51_imx8m_ga, smarc-imx_4.9.88_2.0.0_ga, smarc-m6.0.1_2.1.0-ga, smarc-n7.1.2_2.0.0-ga, smarc-rel_imx_4.1.15_1.2.0_ga, smarc_8m_00d0_imx_4.14.98_2.0.0_ga, smarc_8m_imx_4.14.78_1.0.0_ga, smarc_8m_imx_4.14.98_2.0.0_ga, smarc_8m_imx_4.19.35_1.1.0, smarc_8mm_imx_4.14.78_1.0.0_ga, smarc_8mm_imx_4.14.98_2.0.0_ga, smarc_8mm_imx_4.19.35_1.1.0, smarc_8mm_imx_5.4.24_2.1.0, smarc_8mp_lf-5.10.y, smarc_8mq_imx_5.4.24_2.1.0, smarc_8mq_lf-5.10.y, smarc_imx_lf-5.15.y
[ARM] Remove unnecessary asm/hardware.h includes
asm/hardware.h is not required for the majority of processor support
files, ioremap support, mm initialisation, acorn IO support, nor
the debug code (which picks up its machine specific includes via
debug-macros.S)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Showing
12 changed files
with
0 additions
and
12 deletions
Side-by-side Diff
... |
... |
@@ -11,7 +11,6 @@ |
11
|
11 |
*/ |
12
|
12 |
#include <linux/config.h> |
13
|
13 |
#include <linux/linkage.h> |
14
|
|
-#include <asm/hardware.h> |
15
|
14 |
|
16
|
15 |
.text |
17
|
16 |
|
... |
... |
@@ -12,7 +12,6 @@ |
12
|
12 |
*/ |
13
|
13 |
#include <linux/linkage.h> |
14
|
14 |
#include <asm/assembler.h> |
15
|
|
-#include <asm/hardware.h> |
16
|
15 |
|
17
|
16 |
.text |
18
|
17 |
.align |
... |
... |
@@ -19,7 +19,6 @@ |
19
|
19 |
#include <linux/initrd.h> |
20
|
20 |
|
21
|
21 |
#include <asm/mach-types.h> |
22
|
|
-#include <asm/hardware.h> |
23
|
22 |
#include <asm/setup.h> |
24
|
23 |
#include <asm/tlb.h> |
25
|
24 |
|
... |
... |
@@ -26,7 +26,6 @@ |
26
|
26 |
#include <linux/vmalloc.h> |
27
|
27 |
|
28
|
28 |
#include <asm/cacheflush.h> |
29
|
|
-#include <asm/hardware.h> |
30
|
29 |
#include <asm/io.h> |
31
|
30 |
#include <asm/tlbflush.h> |
32
|
31 |
|
... |
... |
@@ -32,7 +32,6 @@ |
32
|
32 |
#include <asm/pgtable.h> |
33
|
33 |
#include <asm/procinfo.h> |
34
|
34 |
#include <asm/ptrace.h> |
35
|
|
-#include <asm/hardware.h> |
36
|
35 |
|
37
|
36 |
/* |
38
|
37 |
* This is the maximum size of an area which will be invalidated |
... |
... |
@@ -32,7 +32,6 @@ |
32
|
32 |
#include <asm/pgtable.h> |
33
|
33 |
#include <asm/procinfo.h> |
34
|
34 |
#include <asm/ptrace.h> |
35
|
|
-#include <asm/hardware.h> |
36
|
35 |
|
37
|
36 |
/* |
38
|
37 |
* This is the maximum size of an area which will be invalidated |
... |
... |
@@ -37,7 +37,6 @@ |
37
|
37 |
#include <asm/pgtable.h> |
38
|
38 |
#include <asm/procinfo.h> |
39
|
39 |
#include <asm/ptrace.h> |
40
|
|
-#include <asm/hardware.h> |
41
|
40 |
|
42
|
41 |
/* |
43
|
42 |
* Function: arm720_proc_init (void) |
... |
... |
@@ -30,7 +30,6 @@ |
30
|
30 |
#include <asm/assembler.h> |
31
|
31 |
#include <asm/pgtable.h> |
32
|
32 |
#include <asm/procinfo.h> |
33
|
|
-#include <asm/hardware.h> |
34
|
33 |
#include <asm/page.h> |
35
|
34 |
#include <asm/ptrace.h> |
36
|
35 |
#include "proc-macros.S" |
... |
... |
@@ -31,7 +31,6 @@ |
31
|
31 |
#include <asm/assembler.h> |
32
|
32 |
#include <asm/pgtable.h> |
33
|
33 |
#include <asm/procinfo.h> |
34
|
|
-#include <asm/hardware.h> |
35
|
34 |
#include <asm/page.h> |
36
|
35 |
#include <asm/ptrace.h> |
37
|
36 |
#include "proc-macros.S" |
... |
... |
@@ -53,7 +53,6 @@ |
53
|
53 |
#include <asm/assembler.h> |
54
|
54 |
#include <asm/pgtable.h> |
55
|
55 |
#include <asm/procinfo.h> |
56
|
|
-#include <asm/hardware.h> |
57
|
56 |
#include <asm/page.h> |
58
|
57 |
#include <asm/ptrace.h> |
59
|
58 |
#include "proc-macros.S" |
... |
... |
@@ -30,7 +30,6 @@ |
30
|
30 |
#include <asm/assembler.h> |
31
|
31 |
#include <asm/pgtable.h> |
32
|
32 |
#include <asm/procinfo.h> |
33
|
|
-#include <asm/hardware.h> |
34
|
33 |
#include <asm/page.h> |
35
|
34 |
#include <asm/ptrace.h> |
36
|
35 |
#include "proc-macros.S" |
... |
... |
@@ -24,7 +24,6 @@ |
24
|
24 |
#include <linux/init.h> |
25
|
25 |
#include <asm/assembler.h> |
26
|
26 |
#include <asm/procinfo.h> |
27
|
|
-#include <asm/hardware.h> |
28
|
27 |
#include <asm/pgtable.h> |
29
|
28 |
#include <asm/page.h> |
30
|
29 |
#include <asm/ptrace.h> |