aboutsummaryrefslogtreecommitdiffstats
path: root/fs/efs
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-06-20 09:16:44 +0200
committerJens Axboe <axboe@kernel.dk>2020-06-24 09:16:02 -0600
commit621c1f42945e76015c3a585e7a9fe6e71665eba0 (patch)
treeb7e0b87fa25920b779c319cb13785b61cde16603 /fs/efs
parentblock: reduce ifdef CONFIG_BLOCK madness in headers (diff)
downloadlinux-dev-621c1f42945e76015c3a585e7a9fe6e71665eba0.tar.xz
linux-dev-621c1f42945e76015c3a585e7a9fe6e71665eba0.zip
block: move struct block_device to blk_types.h
Move the struct block_device definition together with most of the block layer definitions, as it has nothing to do with the rest of fs.h. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/efs')
-rw-r--r--fs/efs/super.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/efs/super.c b/fs/efs/super.c
index 4a6ebff2af76..a4a945d0ac6a 100644
--- a/fs/efs/super.c
+++ b/fs/efs/super.c
@@ -13,6 +13,7 @@
#include <linux/slab.h>
#include <linux/buffer_head.h>
#include <linux/vfs.h>
+#include <linux/blkdev.h>
#include "efs.h"
#include <linux/efs_vh.h>