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/m32r/lib | |
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/m32r/lib')
-rw-r--r-- | arch/m32r/lib/ashxdi3.S | 1 | ||||
-rw-r--r-- | arch/m32r/lib/checksum.S | 1 | ||||
-rw-r--r-- | arch/m32r/lib/delay.c | 1 | ||||
-rw-r--r-- | arch/m32r/lib/memcpy.S | 1 | ||||
-rw-r--r-- | arch/m32r/lib/memset.S | 1 | ||||
-rw-r--r-- | arch/m32r/lib/strlen.S | 1 | ||||
-rw-r--r-- | arch/m32r/lib/usercopy.c | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/arch/m32r/lib/ashxdi3.S b/arch/m32r/lib/ashxdi3.S index 78effca9d97a..107594b65d58 100644 --- a/arch/m32r/lib/ashxdi3.S +++ b/arch/m32r/lib/ashxdi3.S | |||
@@ -6,7 +6,6 @@ | |||
6 | */ | 6 | */ |
7 | /* $Id$ */ | 7 | /* $Id$ */ |
8 | 8 | ||
9 | #include <linux/config.h> | ||
10 | 9 | ||
11 | ; | 10 | ; |
12 | ; input (r0,r1) src | 11 | ; input (r0,r1) src |
diff --git a/arch/m32r/lib/checksum.S b/arch/m32r/lib/checksum.S index f6fc1bdb87e4..cfbe00e5184a 100644 --- a/arch/m32r/lib/checksum.S +++ b/arch/m32r/lib/checksum.S | |||
@@ -28,7 +28,6 @@ | |||
28 | /* $Id$ */ | 28 | /* $Id$ */ |
29 | 29 | ||
30 | 30 | ||
31 | #include <linux/config.h> | ||
32 | #include <linux/linkage.h> | 31 | #include <linux/linkage.h> |
33 | #include <asm/assembler.h> | 32 | #include <asm/assembler.h> |
34 | #include <asm/errno.h> | 33 | #include <asm/errno.h> |
diff --git a/arch/m32r/lib/delay.c b/arch/m32r/lib/delay.c index fb29632c7eaa..06382a38c318 100644 --- a/arch/m32r/lib/delay.c +++ b/arch/m32r/lib/delay.c | |||
@@ -7,7 +7,6 @@ | |||
7 | 7 | ||
8 | /* $Id$ */ | 8 | /* $Id$ */ |
9 | 9 | ||
10 | #include <linux/config.h> | ||
11 | #include <linux/param.h> | 10 | #include <linux/param.h> |
12 | #ifdef CONFIG_SMP | 11 | #ifdef CONFIG_SMP |
13 | #include <linux/sched.h> | 12 | #include <linux/sched.h> |
diff --git a/arch/m32r/lib/memcpy.S b/arch/m32r/lib/memcpy.S index 800898a2d2e3..2089a215314e 100644 --- a/arch/m32r/lib/memcpy.S +++ b/arch/m32r/lib/memcpy.S | |||
@@ -14,7 +14,6 @@ | |||
14 | 14 | ||
15 | 15 | ||
16 | .text | 16 | .text |
17 | #include <linux/config.h> | ||
18 | #include <linux/linkage.h> | 17 | #include <linux/linkage.h> |
19 | #include <asm/assembler.h> | 18 | #include <asm/assembler.h> |
20 | 19 | ||
diff --git a/arch/m32r/lib/memset.S b/arch/m32r/lib/memset.S index 6e26df120acb..b47fa3537aa4 100644 --- a/arch/m32r/lib/memset.S +++ b/arch/m32r/lib/memset.S | |||
@@ -14,7 +14,6 @@ | |||
14 | */ | 14 | */ |
15 | /* $Id$ */ | 15 | /* $Id$ */ |
16 | 16 | ||
17 | #include <linux/config.h> | ||
18 | 17 | ||
19 | .text | 18 | .text |
20 | .global memset | 19 | .global memset |
diff --git a/arch/m32r/lib/strlen.S b/arch/m32r/lib/strlen.S index 8d23cfbd600c..5f41aacd7b3e 100644 --- a/arch/m32r/lib/strlen.S +++ b/arch/m32r/lib/strlen.S | |||
@@ -9,7 +9,6 @@ | |||
9 | /* $Id$ */ | 9 | /* $Id$ */ |
10 | 10 | ||
11 | 11 | ||
12 | #include <linux/config.h> | ||
13 | #include <linux/linkage.h> | 12 | #include <linux/linkage.h> |
14 | #include <asm/assembler.h> | 13 | #include <asm/assembler.h> |
15 | 14 | ||
diff --git a/arch/m32r/lib/usercopy.c b/arch/m32r/lib/usercopy.c index 2d1dd2106c4d..896cef1aca5f 100644 --- a/arch/m32r/lib/usercopy.c +++ b/arch/m32r/lib/usercopy.c | |||
@@ -6,7 +6,6 @@ | |||
6 | * Copyright 1997 Linus Torvalds | 6 | * Copyright 1997 Linus Torvalds |
7 | * Copyright 2001, 2002, 2004 Hirokazu Takata | 7 | * Copyright 2001, 2002, 2004 Hirokazu Takata |
8 | */ | 8 | */ |
9 | #include <linux/config.h> | ||
10 | #include <linux/prefetch.h> | 9 | #include <linux/prefetch.h> |
11 | #include <linux/string.h> | 10 | #include <linux/string.h> |
12 | #include <linux/thread_info.h> | 11 | #include <linux/thread_info.h> |