diff options
author | Dave Jones <davej@redhat.com> | 2006-10-04 03:38:54 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-10-04 03:38:54 -0400 |
commit | 038b0a6d8d32db934bba6a24e74e76e4e327a94f (patch) | |
tree | 5fbeb3e8f140e20f8ce0e33e12b32ec5b0724cd6 /arch/sparc/kernel | |
parent | 78b656b8bf933101b42409b4492734b23427bfc3 (diff) |
Remove all inclusions of <linux/config.h>
kbuild explicitly includes this at build time.
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/sparc/kernel')
-rw-r--r-- | arch/sparc/kernel/ioport.c | 1 | ||||
-rw-r--r-- | arch/sparc/kernel/of_device.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/sparc/kernel/ioport.c b/arch/sparc/kernel/ioport.c index d33f8a07ccac..54d51b404603 100644 --- a/arch/sparc/kernel/ioport.c +++ b/arch/sparc/kernel/ioport.c | |||
@@ -25,7 +25,6 @@ | |||
25 | * <zaitcev> Sounds reasonable | 25 | * <zaitcev> Sounds reasonable |
26 | */ | 26 | */ |
27 | 27 | ||
28 | #include <linux/config.h> | ||
29 | #include <linux/module.h> | 28 | #include <linux/module.h> |
30 | #include <linux/sched.h> | 29 | #include <linux/sched.h> |
31 | #include <linux/kernel.h> | 30 | #include <linux/kernel.h> |
diff --git a/arch/sparc/kernel/of_device.c b/arch/sparc/kernel/of_device.c index 97bf87e8cdde..74bef2a2d37f 100644 --- a/arch/sparc/kernel/of_device.c +++ b/arch/sparc/kernel/of_device.c | |||
@@ -1,4 +1,3 @@ | |||
1 | #include <linux/config.h> | ||
2 | #include <linux/string.h> | 1 | #include <linux/string.h> |
3 | #include <linux/kernel.h> | 2 | #include <linux/kernel.h> |
4 | #include <linux/init.h> | 3 | #include <linux/init.h> |