summaryrefslogtreecommitdiffstats
path: root/arch/x86/um/shared/sysdep/syscalls_32.h
diff options
context:
space:
mode:
authorAl Viro2012-10-08 04:27:32 +0200
committerRichard Weinberger2012-10-09 22:28:45 +0200
commit37185b33240870719b6b5913a46e6a441f1ae96f (patch)
tree60a0f5adbb3d6b879a504defeddb3ff1ecff77d7 /arch/x86/um/shared/sysdep/syscalls_32.h
parentum: move sysrq.h out of include/shared (diff)
downloadkernel-qcow2-linux-37185b33240870719b6b5913a46e6a441f1ae96f.tar.gz
kernel-qcow2-linux-37185b33240870719b6b5913a46e6a441f1ae96f.tar.xz
kernel-qcow2-linux-37185b33240870719b6b5913a46e6a441f1ae96f.zip
um: get rid of pointless include "..." where include <...> will do
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/x86/um/shared/sysdep/syscalls_32.h')
-rw-r--r--arch/x86/um/shared/sysdep/syscalls_32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/um/shared/sysdep/syscalls_32.h b/arch/x86/um/shared/sysdep/syscalls_32.h
index 05cb796aecb5..8436079be914 100644
--- a/arch/x86/um/shared/sysdep/syscalls_32.h
+++ b/arch/x86/um/shared/sysdep/syscalls_32.h
@@ -3,8 +3,8 @@
* Licensed under the GPL
*/
-#include "asm/unistd.h"
-#include "sysdep/ptrace.h"
+#include <asm/unistd.h>
+#include <sysdep/ptrace.h>
typedef long syscall_handler_t(struct pt_regs);