diff options
Diffstat (limited to 'arch/h8300/mm')
-rw-r--r-- | arch/h8300/mm/fault.c | 1 | ||||
-rw-r--r-- | arch/h8300/mm/init.c | 1 | ||||
-rw-r--r-- | arch/h8300/mm/kmap.c | 1 | ||||
-rw-r--r-- | arch/h8300/mm/memory.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/arch/h8300/mm/fault.c b/arch/h8300/mm/fault.c index 1d092abebf03..472535977006 100644 --- a/arch/h8300/mm/fault.c +++ b/arch/h8300/mm/fault.c | |||
@@ -17,7 +17,6 @@ | |||
17 | #include <linux/kernel.h> | 17 | #include <linux/kernel.h> |
18 | #include <linux/ptrace.h> | 18 | #include <linux/ptrace.h> |
19 | 19 | ||
20 | #include <asm/system.h> | ||
21 | #include <asm/pgtable.h> | 20 | #include <asm/pgtable.h> |
22 | 21 | ||
23 | /* | 22 | /* |
diff --git a/arch/h8300/mm/init.c b/arch/h8300/mm/init.c index 7cc3380f250c..973369c32a95 100644 --- a/arch/h8300/mm/init.c +++ b/arch/h8300/mm/init.c | |||
@@ -36,7 +36,6 @@ | |||
36 | #include <asm/segment.h> | 36 | #include <asm/segment.h> |
37 | #include <asm/page.h> | 37 | #include <asm/page.h> |
38 | #include <asm/pgtable.h> | 38 | #include <asm/pgtable.h> |
39 | #include <asm/system.h> | ||
40 | 39 | ||
41 | #undef DEBUG | 40 | #undef DEBUG |
42 | 41 | ||
diff --git a/arch/h8300/mm/kmap.c b/arch/h8300/mm/kmap.c index 944a502c2e56..f79edcdadf39 100644 --- a/arch/h8300/mm/kmap.c +++ b/arch/h8300/mm/kmap.c | |||
@@ -19,7 +19,6 @@ | |||
19 | #include <asm/page.h> | 19 | #include <asm/page.h> |
20 | #include <asm/pgalloc.h> | 20 | #include <asm/pgalloc.h> |
21 | #include <asm/io.h> | 21 | #include <asm/io.h> |
22 | #include <asm/system.h> | ||
23 | 22 | ||
24 | #undef DEBUG | 23 | #undef DEBUG |
25 | 24 | ||
diff --git a/arch/h8300/mm/memory.c b/arch/h8300/mm/memory.c index 5552ddfaab5e..06e364641392 100644 --- a/arch/h8300/mm/memory.c +++ b/arch/h8300/mm/memory.c | |||
@@ -26,7 +26,6 @@ | |||
26 | #include <asm/segment.h> | 26 | #include <asm/segment.h> |
27 | #include <asm/page.h> | 27 | #include <asm/page.h> |
28 | #include <asm/pgtable.h> | 28 | #include <asm/pgtable.h> |
29 | #include <asm/system.h> | ||
30 | #include <asm/traps.h> | 29 | #include <asm/traps.h> |
31 | #include <asm/io.h> | 30 | #include <asm/io.h> |
32 | 31 | ||