diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 15:01:39 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 09:14:45 -0400 |
commit | 945581d5bd796a046a42e3ee915bd9ec0c6853ca (patch) | |
tree | b3e972264ac4f5b6142fc43b3f7e8d0dd2bb233e /arch/um/sys-x86_64 | |
parent | 078073a3d48ce7c140f1538d249da3ac545065a6 (diff) |
um: kill a couple of useless includes of kern_constants.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/sys-x86_64')
-rw-r--r-- | arch/um/sys-x86_64/shared/sysdep/syscalls.h | 1 | ||||
-rw-r--r-- | arch/um/sys-x86_64/syscall_table.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/um/sys-x86_64/shared/sysdep/syscalls.h b/arch/um/sys-x86_64/shared/sysdep/syscalls.h index 7cfb0b085655..8a7d5e1da98e 100644 --- a/arch/um/sys-x86_64/shared/sysdep/syscalls.h +++ b/arch/um/sys-x86_64/shared/sysdep/syscalls.h | |||
@@ -9,7 +9,6 @@ | |||
9 | 9 | ||
10 | #include <linux/msg.h> | 10 | #include <linux/msg.h> |
11 | #include <linux/shm.h> | 11 | #include <linux/shm.h> |
12 | #include <kern_constants.h> | ||
13 | 12 | ||
14 | typedef long syscall_handler_t(void); | 13 | typedef long syscall_handler_t(void); |
15 | 14 | ||
diff --git a/arch/um/sys-x86_64/syscall_table.c b/arch/um/sys-x86_64/syscall_table.c index 47d469e7e7ce..f46de82d675c 100644 --- a/arch/um/sys-x86_64/syscall_table.c +++ b/arch/um/sys-x86_64/syscall_table.c | |||
@@ -6,7 +6,6 @@ | |||
6 | #include <linux/linkage.h> | 6 | #include <linux/linkage.h> |
7 | #include <linux/sys.h> | 7 | #include <linux/sys.h> |
8 | #include <linux/cache.h> | 8 | #include <linux/cache.h> |
9 | #include <kern_constants.h> | ||
10 | 9 | ||
11 | #define __NO_STUBS | 10 | #define __NO_STUBS |
12 | 11 | ||