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/um/kernel/skas | |
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/um/kernel/skas')
-rw-r--r-- | arch/um/kernel/skas/mem.c | 1 | ||||
-rw-r--r-- | arch/um/kernel/skas/mmu.c | 1 | ||||
-rw-r--r-- | arch/um/kernel/skas/tlb.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/arch/um/kernel/skas/mem.c b/arch/um/kernel/skas/mem.c index 27bbf54b1e52..0d2cce621134 100644 --- a/arch/um/kernel/skas/mem.c +++ b/arch/um/kernel/skas/mem.c | |||
@@ -3,7 +3,6 @@ | |||
3 | * Licensed under the GPL | 3 | * Licensed under the GPL |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include "linux/config.h" | ||
7 | #include "linux/mm.h" | 6 | #include "linux/mm.h" |
8 | #include "asm/pgtable.h" | 7 | #include "asm/pgtable.h" |
9 | #include "mem_user.h" | 8 | #include "mem_user.h" |
diff --git a/arch/um/kernel/skas/mmu.c b/arch/um/kernel/skas/mmu.c index 4cd2ff546ef6..c17eddcf89b3 100644 --- a/arch/um/kernel/skas/mmu.c +++ b/arch/um/kernel/skas/mmu.c | |||
@@ -3,7 +3,6 @@ | |||
3 | * Licensed under the GPL | 3 | * Licensed under the GPL |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include "linux/config.h" | ||
7 | #include "linux/sched.h" | 6 | #include "linux/sched.h" |
8 | #include "linux/list.h" | 7 | #include "linux/list.h" |
9 | #include "linux/spinlock.h" | 8 | #include "linux/spinlock.h" |
diff --git a/arch/um/kernel/skas/tlb.c b/arch/um/kernel/skas/tlb.c index 6e84963dfc29..27eb29ce666b 100644 --- a/arch/um/kernel/skas/tlb.c +++ b/arch/um/kernel/skas/tlb.c | |||
@@ -6,7 +6,6 @@ | |||
6 | 6 | ||
7 | #include "linux/stddef.h" | 7 | #include "linux/stddef.h" |
8 | #include "linux/sched.h" | 8 | #include "linux/sched.h" |
9 | #include "linux/config.h" | ||
10 | #include "linux/mm.h" | 9 | #include "linux/mm.h" |
11 | #include "asm/page.h" | 10 | #include "asm/page.h" |
12 | #include "asm/pgtable.h" | 11 | #include "asm/pgtable.h" |