diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 2beddc284bc2..b37beaf7a3a5 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2151,7 +2151,6 @@ static inline int sb_is_blkdev_sb(struct super_block *sb) | |||
2151 | extern int sync_filesystem(struct super_block *); | 2151 | extern int sync_filesystem(struct super_block *); |
2152 | extern const struct file_operations def_blk_fops; | 2152 | extern const struct file_operations def_blk_fops; |
2153 | extern const struct file_operations def_chr_fops; | 2153 | extern const struct file_operations def_chr_fops; |
2154 | extern const struct file_operations bad_sock_fops; | ||
2155 | #ifdef CONFIG_BLOCK | 2154 | #ifdef CONFIG_BLOCK |
2156 | extern int ioctl_by_bdev(struct block_device *, unsigned, unsigned long); | 2155 | extern int ioctl_by_bdev(struct block_device *, unsigned, unsigned long); |
2157 | extern int blkdev_ioctl(struct block_device *, fmode_t, unsigned, unsigned long); | 2156 | extern int blkdev_ioctl(struct block_device *, fmode_t, unsigned, unsigned long); |