summaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm/syscalls.h
diff options
context:
space:
mode:
authorVineet Gupta2014-09-27 09:19:11 +0200
committerVineet Gupta2014-10-13 11:16:20 +0200
commitbe64c997d96dd29029ed40d9df9cbf80fa1c7ed4 (patch)
treee5ff25a196392244fcfa229e51c76d4d824e9975 /arch/arc/include/asm/syscalls.h
parentARC: Update order of registers in KGDB to match GDB 7.5 (diff)
downloadkernel-qcow2-linux-be64c997d96dd29029ed40d9df9cbf80fa1c7ed4.tar.gz
kernel-qcow2-linux-be64c997d96dd29029ed40d9df9cbf80fa1c7ed4.tar.xz
kernel-qcow2-linux-be64c997d96dd29029ed40d9df9cbf80fa1c7ed4.zip
ARC: remove extraneous __KERNEL__ guards
Verified by doing make headers_install as none of these files are exported to userspace
Diffstat (limited to 'arch/arc/include/asm/syscalls.h')
-rw-r--r--arch/arc/include/asm/syscalls.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arc/include/asm/syscalls.h b/arch/arc/include/asm/syscalls.h
index dd785befe7fd..e56f9fcc5581 100644
--- a/arch/arc/include/asm/syscalls.h
+++ b/arch/arc/include/asm/syscalls.h
@@ -9,8 +9,6 @@
#ifndef _ASM_ARC_SYSCALLS_H
#define _ASM_ARC_SYSCALLS_H 1
-#ifdef __KERNEL__
-
#include <linux/compiler.h>
#include <linux/linkage.h>
#include <linux/types.h>
@@ -22,6 +20,4 @@ int sys_arc_gettls(void);
#include <asm-generic/syscalls.h>
-#endif /* __KERNEL__ */
-
#endif