diff options
Diffstat (limited to 'arch/um/kernel')
-rw-r--r-- | arch/um/kernel/ksyms.c | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/arch/um/kernel/ksyms.c b/arch/um/kernel/ksyms.c index 996412c0bb47..341234d04ab8 100644 --- a/arch/um/kernel/ksyms.c +++ b/arch/um/kernel/ksyms.c | |||
@@ -1,22 +1,15 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2001 - 2004 Jeff Dike (jdike@addtoit.com) | 2 | * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) |
3 | * Licensed under the GPL | 3 | * Licensed under the GPL |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include "linux/module.h" | 6 | #include "linux/module.h" |
7 | #include "linux/string.h" | 7 | #include "linux/syscalls.h" |
8 | #include "linux/smp_lock.h" | 8 | #include "asm/a.out.h" |
9 | #include "linux/spinlock.h" | ||
10 | #include "linux/highmem.h" | ||
11 | #include "asm/current.h" | ||
12 | #include "asm/processor.h" | ||
13 | #include "asm/unistd.h" | ||
14 | #include "asm/pgalloc.h" | ||
15 | #include "asm/pgtable.h" | ||
16 | #include "asm/page.h" | ||
17 | #include "asm/tlbflush.h" | 9 | #include "asm/tlbflush.h" |
18 | #include "kern_util.h" | 10 | #include "asm/uaccess.h" |
19 | #include "as-layout.h" | 11 | #include "as-layout.h" |
12 | #include "kern_util.h" | ||
20 | #include "mem_user.h" | 13 | #include "mem_user.h" |
21 | #include "os.h" | 14 | #include "os.h" |
22 | 15 | ||