diff options
author | Jörn Engel <joern@wohnheim.fh-wedel.de> | 2006-06-30 13:25:36 -0400 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-06-30 13:25:36 -0400 |
commit | 6ab3d5624e172c553004ecc862bfeac16d9d68b7 (patch) | |
tree | 6d98881fe91fd9583c109208d5c27131b93fa248 /arch/m68knommu/platform/68328 | |
parent | e02169b682bc448ccdc819dc8639ed34a23cedd8 (diff) |
Remove obsolete #include <linux/config.h>
Signed-off-by: Jörn Engel <joern@wohnheim.fh-wedel.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'arch/m68knommu/platform/68328')
-rw-r--r-- | arch/m68knommu/platform/68328/config.c | 1 | ||||
-rw-r--r-- | arch/m68knommu/platform/68328/entry.S | 1 | ||||
-rw-r--r-- | arch/m68knommu/platform/68328/head-de2.S | 1 | ||||
-rw-r--r-- | arch/m68knommu/platform/68328/head-pilot.S | 1 | ||||
-rw-r--r-- | arch/m68knommu/platform/68328/head-ram.S | 1 | ||||
-rw-r--r-- | arch/m68knommu/platform/68328/head-rom.S | 1 | ||||
-rw-r--r-- | arch/m68knommu/platform/68328/timers.c | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/arch/m68knommu/platform/68328/config.c b/arch/m68knommu/platform/68328/config.c index bcfa5d7fe1e2..26ffeba28642 100644 --- a/arch/m68knommu/platform/68328/config.c +++ b/arch/m68knommu/platform/68328/config.c | |||
@@ -17,7 +17,6 @@ | |||
17 | 17 | ||
18 | #include <asm/dbg.h> | 18 | #include <asm/dbg.h> |
19 | #include <stdarg.h> | 19 | #include <stdarg.h> |
20 | #include <linux/config.h> | ||
21 | #include <linux/types.h> | 20 | #include <linux/types.h> |
22 | #include <linux/kernel.h> | 21 | #include <linux/kernel.h> |
23 | #include <linux/mm.h> | 22 | #include <linux/mm.h> |
diff --git a/arch/m68knommu/platform/68328/entry.S b/arch/m68knommu/platform/68328/entry.S index 7d8990d784a2..f97862715450 100644 --- a/arch/m68knommu/platform/68328/entry.S +++ b/arch/m68knommu/platform/68328/entry.S | |||
@@ -10,7 +10,6 @@ | |||
10 | * Linux/m68k support by Hamish Macdonald | 10 | * Linux/m68k support by Hamish Macdonald |
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include <linux/config.h> | ||
14 | #include <linux/sys.h> | 13 | #include <linux/sys.h> |
15 | #include <linux/linkage.h> | 14 | #include <linux/linkage.h> |
16 | #include <asm/thread_info.h> | 15 | #include <asm/thread_info.h> |
diff --git a/arch/m68knommu/platform/68328/head-de2.S b/arch/m68knommu/platform/68328/head-de2.S index 94c5a1609a75..92d96456d363 100644 --- a/arch/m68knommu/platform/68328/head-de2.S +++ b/arch/m68knommu/platform/68328/head-de2.S | |||
@@ -1,4 +1,3 @@ | |||
1 | #include <linux/config.h> | ||
2 | 1 | ||
3 | #if defined(CONFIG_RAM32MB) | 2 | #if defined(CONFIG_RAM32MB) |
4 | #define MEM_END 0x02000000 /* Memory size 32Mb */ | 3 | #define MEM_END 0x02000000 /* Memory size 32Mb */ |
diff --git a/arch/m68knommu/platform/68328/head-pilot.S b/arch/m68knommu/platform/68328/head-pilot.S index 46b3604f999c..9e07faa3e81d 100644 --- a/arch/m68knommu/platform/68328/head-pilot.S +++ b/arch/m68knommu/platform/68328/head-pilot.S | |||
@@ -15,7 +15,6 @@ | |||
15 | #define IMMED # | 15 | #define IMMED # |
16 | #define DBG_PUTC(x) moveb IMMED x, 0xfffff907 | 16 | #define DBG_PUTC(x) moveb IMMED x, 0xfffff907 |
17 | 17 | ||
18 | #include <linux/config.h> | ||
19 | 18 | ||
20 | .global _stext | 19 | .global _stext |
21 | .global _start | 20 | .global _start |
diff --git a/arch/m68knommu/platform/68328/head-ram.S b/arch/m68knommu/platform/68328/head-ram.S index e8dc9241ff96..252b80b02038 100644 --- a/arch/m68knommu/platform/68328/head-ram.S +++ b/arch/m68knommu/platform/68328/head-ram.S | |||
@@ -1,4 +1,3 @@ | |||
1 | #include <linux/config.h> | ||
2 | 1 | ||
3 | .global __main | 2 | .global __main |
4 | .global __rom_start | 3 | .global __rom_start |
diff --git a/arch/m68knommu/platform/68328/head-rom.S b/arch/m68knommu/platform/68328/head-rom.S index 234430b9551c..6ec77d3ea0b3 100644 --- a/arch/m68knommu/platform/68328/head-rom.S +++ b/arch/m68knommu/platform/68328/head-rom.S | |||
@@ -1,4 +1,3 @@ | |||
1 | #include <linux/config.h> | ||
2 | 1 | ||
3 | .global _start | 2 | .global _start |
4 | .global _stext | 3 | .global _stext |
diff --git a/arch/m68knommu/platform/68328/timers.c b/arch/m68knommu/platform/68328/timers.c index 68c2cd6b0030..438ef6ee9720 100644 --- a/arch/m68knommu/platform/68328/timers.c +++ b/arch/m68knommu/platform/68328/timers.c | |||
@@ -14,7 +14,6 @@ | |||
14 | 14 | ||
15 | /***************************************************************************/ | 15 | /***************************************************************************/ |
16 | 16 | ||
17 | #include <linux/config.h> | ||
18 | #include <linux/types.h> | 17 | #include <linux/types.h> |
19 | #include <linux/kernel.h> | 18 | #include <linux/kernel.h> |
20 | #include <linux/mm.h> | 19 | #include <linux/mm.h> |