diff options
Diffstat (limited to 'arch/tile')
-rw-r--r-- | arch/tile/kernel/compat.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/tile/kernel/compat.c b/arch/tile/kernel/compat.c index 7f72401b4f45..c262a02d8efa 100644 --- a/arch/tile/kernel/compat.c +++ b/arch/tile/kernel/compat.c | |||
@@ -54,11 +54,6 @@ long compat_sys_pwrite64(unsigned int fd, char __user *ubuf, size_t count, | |||
54 | return sys_pwrite64(fd, ubuf, count, ((loff_t)high << 32) | low); | 54 | return sys_pwrite64(fd, ubuf, count, ((loff_t)high << 32) | low); |
55 | } | 55 | } |
56 | 56 | ||
57 | long compat_sys_lookup_dcookie(u32 low, u32 high, char __user *buf, size_t len) | ||
58 | { | ||
59 | return sys_lookup_dcookie(((loff_t)high << 32) | low, buf, len); | ||
60 | } | ||
61 | |||
62 | long compat_sys_sync_file_range2(int fd, unsigned int flags, | 57 | long compat_sys_sync_file_range2(int fd, unsigned int flags, |
63 | u32 offset_lo, u32 offset_hi, | 58 | u32 offset_lo, u32 offset_hi, |
64 | u32 nbytes_lo, u32 nbytes_hi) | 59 | u32 nbytes_lo, u32 nbytes_hi) |