diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/blkdev.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index b573186ff1a1..a135256b272c 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -1057,15 +1057,7 @@ static inline int blk_integrity_rq(struct request *rq) | |||
1057 | 1057 | ||
1058 | #endif /* CONFIG_BLK_DEV_INTEGRITY */ | 1058 | #endif /* CONFIG_BLK_DEV_INTEGRITY */ |
1059 | 1059 | ||
1060 | struct file; | ||
1061 | struct inode; | ||
1062 | |||
1063 | struct block_device_operations { | 1060 | struct block_device_operations { |
1064 | int (*__open) (struct inode *, struct file *); | ||
1065 | int (*__release) (struct inode *, struct file *); | ||
1066 | int (*__ioctl) (struct inode *, struct file *, unsigned, unsigned long); | ||
1067 | long (*__unlocked_ioctl) (struct file *, unsigned, unsigned long); | ||
1068 | long (*__compat_ioctl) (struct file *, unsigned, unsigned long); | ||
1069 | int (*open) (struct block_device *, fmode_t); | 1061 | int (*open) (struct block_device *, fmode_t); |
1070 | int (*release) (struct gendisk *, fmode_t); | 1062 | int (*release) (struct gendisk *, fmode_t); |
1071 | int (*locked_ioctl) (struct block_device *, fmode_t, unsigned, unsigned long); | 1063 | int (*locked_ioctl) (struct block_device *, fmode_t, unsigned, unsigned long); |