aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/syscall.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-10-23 00:20:33 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-10-23 00:20:33 -0700
commit5e1b00758b5a8bee9d42515bffdaf305a32f1b04 (patch)
tree730c92bebd4e1918cd8ba7a76b4e50278d2e90eb /arch/x86/include/asm/syscall.h
parentx86: drop double underscores from header guards (diff)
downloadlinux-dev-5e1b00758b5a8bee9d42515bffdaf305a32f1b04.tar.xz
linux-dev-5e1b00758b5a8bee9d42515bffdaf305a32f1b04.zip
x86: canonicalize remaining header guards
Canonicalize a few remaining header guards, with the exception for those which are still in subarchitecture directories. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/include/asm/syscall.h')
-rw-r--r--arch/x86/include/asm/syscall.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/syscall.h b/arch/x86/include/asm/syscall.h
index 04c47dc5597c..1d88f6957d39 100644
--- a/arch/x86/include/asm/syscall.h
+++ b/arch/x86/include/asm/syscall.h
@@ -10,8 +10,8 @@
* See asm-generic/syscall.h for descriptions of what we must do here.
*/
-#ifndef _ASM_SYSCALL_H
-#define _ASM_SYSCALL_H 1
+#ifndef _ASM_X86_SYSCALL_H
+#define _ASM_X86_SYSCALL_H
#include <linux/sched.h>
#include <linux/err.h>
@@ -208,4 +208,4 @@ static inline void syscall_set_arguments(struct task_struct *task,
#endif /* CONFIG_X86_32 */
-#endif /* _ASM_SYSCALL_H */
+#endif /* _ASM_X86_SYSCALL_H */