summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-06-20 10:16:37 +0300
committerJens Axboe <axboe@kernel.dk>2020-06-24 18:16:02 +0300
commit7dbac5baa887facf80373825b8f66c626703621f (patch)
tree305bddbac5cd9f034093fd89a88e563e88273552
parent764b23bd9af8ff8ecc664816e39d4791b6a72bfd (diff)
downloadlinux-7dbac5baa887facf80373825b8f66c626703621f.tar.xz
fs: remove an unused block_device_operations forward declaration
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r--include/linux/fs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index b1c960e9b84e..0d282c853691 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. */