X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2Finclude%2Fasm%2Fsyscall.h;fp=include%2Fasm-x86%2Fsyscall.h;h=d82f39bb7905e8f14d3cbd1dc0365ba98f03eea6;hb=c3c9897c63ebb0b93b7f78724e38d6ee1da04041;hp=ec2a95e68e4249fc705ddb60ad1f2e34fff9aba0;hpb=3cfba0892585d4c8e7b4122b5dc0d206a76936de;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-x86/syscall.h b/arch/x86/include/asm/syscall.h similarity index 98% rename from include/asm-x86/syscall.h rename to arch/x86/include/asm/syscall.h index ec2a95e68e4..d82f39bb790 100644 --- a/include/asm-x86/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 #include @@ -210,4 +210,4 @@ static inline void syscall_set_arguments(struct task_struct *task, #endif /* CONFIG_X86_32 */ -#endif /* _ASM_SYSCALL_H */ +#endif /* _ASM_X86_SYSCALL_H */