diff options
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/sys_ia32.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/include/asm/sys_ia32.h b/arch/x86/include/asm/sys_ia32.h index 0ef202e232d6..82c34ee25a65 100644 --- a/arch/x86/include/asm/sys_ia32.h +++ b/arch/x86/include/asm/sys_ia32.h | |||
@@ -50,9 +50,6 @@ asmlinkage long sys32_fallocate(int, int, unsigned, | |||
50 | asmlinkage long sys32_sigreturn(void); | 50 | asmlinkage long sys32_sigreturn(void); |
51 | asmlinkage long sys32_rt_sigreturn(void); | 51 | asmlinkage long sys32_rt_sigreturn(void); |
52 | 52 | ||
53 | asmlinkage long sys32_fanotify_mark(int, unsigned int, u32, u32, int, | ||
54 | const char __user *); | ||
55 | |||
56 | #endif /* CONFIG_COMPAT */ | 53 | #endif /* CONFIG_COMPAT */ |
57 | 54 | ||
58 | #endif /* _ASM_X86_SYS_IA32_H */ | 55 | #endif /* _ASM_X86_SYS_IA32_H */ |