diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 20:01:39 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 14:14:45 +0100 |
commit | 945581d5bd796a046a42e3ee915bd9ec0c6853ca (patch) | |
tree | b3e972264ac4f5b6142fc43b3f7e8d0dd2bb233e /arch | |
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')
-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 @@ #include <linux/msg.h> #include <linux/shm.h> -#include <kern_constants.h> typedef long syscall_handler_t(void); 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 @@ #include <linux/linkage.h> #include <linux/sys.h> #include <linux/cache.h> -#include <kern_constants.h> #define __NO_STUBS |