Skip to content

Commit

Permalink
um: kill a couple of useless includes of kern_constants.h
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
  • Loading branch information
Al Viro authored and Richard Weinberger committed Nov 2, 2011
1 parent 078073a commit 945581d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion arch/um/sys-x86_64/shared/sysdep/syscalls.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

#include <linux/msg.h>
#include <linux/shm.h>
#include <kern_constants.h>

typedef long syscall_handler_t(void);

Expand Down
1 change: 0 additions & 1 deletion arch/um/sys-x86_64/syscall_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <linux/linkage.h>
#include <linux/sys.h>
#include <linux/cache.h>
#include <kern_constants.h>

#define __NO_STUBS

Expand Down

0 comments on commit 945581d

Please sign in to comment.