summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
diff options
context:
space:
mode:
authorAl Viro2013-03-06 02:10:59 +0100
committerAl Viro2013-05-09 19:46:38 +0200
commit91c2e0bcae72a3086c698b5de2b950b885abb0e6 (patch)
tree89f738ca8f9519f0fd3b22dd6cfb3dc69d98cfab /arch/x86/include/asm
parentx86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...) (diff)
downloadkernel-qcow2-linux-91c2e0bcae72a3086c698b5de2b950b885abb0e6.tar.gz
kernel-qcow2-linux-91c2e0bcae72a3086c698b5de2b950b885abb0e6.tar.xz
kernel-qcow2-linux-91c2e0bcae72a3086c698b5de2b950b885abb0e6.zip
unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r--arch/x86/include/asm/sys_ia32.h3
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,
asmlinkage long sys32_sigreturn(void);
asmlinkage long sys32_rt_sigreturn(void);
-asmlinkage long sys32_fanotify_mark(int, unsigned int, u32, u32, int,
- const char __user *);
-
#endif /* CONFIG_COMPAT */
#endif /* _ASM_X86_SYS_IA32_H */