From: Christoph Hellwig Date: Sat, 20 Jun 2020 07:16:37 +0000 (+0200) Subject: fs: remove an unused block_device_operations forward declaration X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7dbac5baa887facf80373825b8f66c626703621f;p=linux.git fs: remove an unused block_device_operations forward declaration Signed-off-by: Christoph Hellwig Reviewed-by: Bart Van Assche Signed-off-by: Jens Axboe --- diff --git a/include/linux/fs.h b/include/linux/fs.h index b1c960e9b84e3..0d282c853691a 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -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. */