diff options
Diffstat (limited to 'arch/tile')
-rw-r--r-- | arch/tile/include/asm/compat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/tile/include/asm/compat.h b/arch/tile/include/asm/compat.h index 78f1f2ded86c..ffd4493efc78 100644 --- a/arch/tile/include/asm/compat.h +++ b/arch/tile/include/asm/compat.h | |||
@@ -281,7 +281,6 @@ long compat_sys_pread64(unsigned int fd, char __user *ubuf, size_t count, | |||
281 | u32 dummy, u32 low, u32 high); | 281 | u32 dummy, u32 low, u32 high); |
282 | long compat_sys_pwrite64(unsigned int fd, char __user *ubuf, size_t count, | 282 | long compat_sys_pwrite64(unsigned int fd, char __user *ubuf, size_t count, |
283 | u32 dummy, u32 low, u32 high); | 283 | u32 dummy, u32 low, u32 high); |
284 | long compat_sys_lookup_dcookie(u32 low, u32 high, char __user *buf, size_t len); | ||
285 | long compat_sys_sync_file_range2(int fd, unsigned int flags, | 284 | long compat_sys_sync_file_range2(int fd, unsigned int flags, |
286 | u32 offset_lo, u32 offset_hi, | 285 | u32 offset_lo, u32 offset_hi, |
287 | u32 nbytes_lo, u32 nbytes_hi); | 286 | u32 nbytes_lo, u32 nbytes_hi); |