summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2011-08-18 19:01:39 (GMT)
committerRichard Weinberger <richard@nod.at>2011-11-02 13:14:45 (GMT)
commit945581d5bd796a046a42e3ee915bd9ec0c6853ca (patch)
treeb3e972264ac4f5b6142fc43b3f7e8d0dd2bb233e
parent078073a3d48ce7c140f1538d249da3ac545065a6 (diff)
downloadlinux-945581d5bd796a046a42e3ee915bd9ec0c6853ca.tar.xz
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>
-rw-r--r--arch/um/sys-x86_64/shared/sysdep/syscalls.h1
-rw-r--r--arch/um/sys-x86_64/syscall_table.c1
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 7cfb0b08..8a7d5e1 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 47d469e..f46de82 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