diff options
Diffstat (limited to 'arch/x86/include/asm/syscall.h')
-rw-r--r-- | arch/x86/include/asm/syscall.h | 6 |
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 @@ | |||
10 | * See asm-generic/syscall.h for descriptions of what we must do here. | 10 | * See asm-generic/syscall.h for descriptions of what we must do here. |
11 | */ | 11 | */ |
12 | 12 | ||
13 | #ifndef _ASM_SYSCALL_H | 13 | #ifndef _ASM_X86_SYSCALL_H |
14 | #define _ASM_SYSCALL_H 1 | 14 | #define _ASM_X86_SYSCALL_H |
15 | 15 | ||
16 | #include <linux/sched.h> | 16 | #include <linux/sched.h> |
17 | #include <linux/err.h> | 17 | #include <linux/err.h> |
@@ -208,4 +208,4 @@ static inline void syscall_set_arguments(struct task_struct *task, | |||
208 | 208 | ||
209 | #endif /* CONFIG_X86_32 */ | 209 | #endif /* CONFIG_X86_32 */ |
210 | 210 | ||
211 | #endif /* _ASM_SYSCALL_H */ | 211 | #endif /* _ASM_X86_SYSCALL_H */ |