diff options
Diffstat (limited to 'arch/mips/kernel/linux32.c')
-rw-r--r-- | arch/mips/kernel/linux32.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/kernel/linux32.c b/arch/mips/kernel/linux32.c index b0cc2a7df59f..6852d4876f82 100644 --- a/arch/mips/kernel/linux32.c +++ b/arch/mips/kernel/linux32.c | |||
@@ -259,12 +259,6 @@ asmlinkage long sys32_fallocate(int fd, int mode, unsigned offset_a2, | |||
259 | merge_64(len_a4, len_a5)); | 259 | merge_64(len_a4, len_a5)); |
260 | } | 260 | } |
261 | 261 | ||
262 | asmlinkage long sys32_lookup_dcookie(u32 a0, u32 a1, char __user *buf, | ||
263 | size_t len) | ||
264 | { | ||
265 | return sys_lookup_dcookie(merge_64(a0, a1), buf, len); | ||
266 | } | ||
267 | |||
268 | SYSCALL_DEFINE6(32_fanotify_mark, int, fanotify_fd, unsigned int, flags, | 262 | SYSCALL_DEFINE6(32_fanotify_mark, int, fanotify_fd, unsigned int, flags, |
269 | u64, a3, u64, a4, int, dfd, const char __user *, pathname) | 263 | u64, a3, u64, a4, int, dfd, const char __user *, pathname) |
270 | { | 264 | { |