aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/blk-merge.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2021-11-23 19:53:12 +0100
committerJens Axboe <axboe@kernel.dk>2021-11-29 06:38:44 -0700
commit82d981d4230bc0a19540fc540d4bdf49a3769f05 (patch)
tree57aa5a875ae70226bbfa9d9c672bc06e10f71213 /block/blk-merge.c
parentblock: don't include <linux/idr.h> in blk.h (diff)
downloadwireguard-linux-82d981d4230bc0a19540fc540d4bdf49a3769f05.tar.xz
wireguard-linux-82d981d4230bc0a19540fc540d4bdf49a3769f05.zip
block: don't include <linux/part_stat.h> in blk.h
Not needed, shift it into the source files that need it instead. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20211123185312.1432157-9-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/blk-merge.c')
-rw-r--r--block/blk-merge.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/block/blk-merge.c b/block/blk-merge.c
index 456fb88c49b1..e07f5a1ae86e 100644
--- a/block/blk-merge.c
+++ b/block/blk-merge.c
@@ -8,6 +8,7 @@
#include <linux/blkdev.h>
#include <linux/blk-integrity.h>
#include <linux/scatterlist.h>
+#include <linux/part_stat.h>
#include <trace/events/block.h>