diff options
Diffstat (limited to 'include/linux/falloc.h')
| -rw-r--r-- | include/linux/falloc.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/include/linux/falloc.h b/include/linux/falloc.h index 8bf3d79f3e82..f3f0b97b1675 100644 --- a/include/linux/falloc.h +++ b/include/linux/falloc.h @@ -51,8 +51,6 @@ struct space_resv_32 {  #define FS_IOC_UNRESVSP64_32	_IOW ('X', 43, struct space_resv_32)  #define FS_IOC_ZERO_RANGE_32	_IOW ('X', 57, struct space_resv_32) -int compat_ioctl_preallocate(struct file *, int, struct space_resv_32 __user *); -  #endif  #endif /* _FALLOC_H_ */ |