diff options
author | Jeff Dike <jdike@addtoit.com> | 2007-10-16 04:26:57 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 12:43:05 -0400 |
commit | ae2587e41254e48e670346aefa332d7469d86352 (patch) | |
tree | c5e8ba8f3bff3a269f8c88a2a9e4c657226e378e /arch/um/kernel/ksyms.c | |
parent | 6aa802ce6acc9b1f0b34114b3f7c21c84872cc3a (diff) |
uml: style fixes pass 2
Formatting changes in the files which have been changed in the course
of removing CHOOSE_MODE. These include:
copyright updates
header file trimming
style fixes
adding severity to printks
These changes should be entirely non-functional.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/um/kernel/ksyms.c')
-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 | ||