]> git.baikalelectronics.ru Git - kernel.git/commitdiff
fs: remove an unused block_device_operations forward declaration
authorChristoph Hellwig <hch@lst.de>
Sat, 20 Jun 2020 07:16:37 +0000 (09:16 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 24 Jun 2020 15:16:02 +0000 (09:16 -0600)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/fs.h

index b1c960e9b84e3aac72e6dc6c7b0dd97b452ca487..0d282c853691a393214b503b37d4d9fdc567083b 100644 (file)
@@ -1774,8 +1774,6 @@ struct dir_context {
        loff_t pos;
 };
 
-struct block_device_operations;
-
 /* These macros are for out of kernel modules to test that
  * the kernel supports the unlocked_ioctl and compat_ioctl
  * fields in struct file_operations. */