aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_receiver.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-03-25 16:48:42 +0100
committerJens Axboe <axboe@kernel.dk>2020-03-25 09:50:09 -0600
commitc6a564ffadc9105880329710164ee493f0de103c (patch)
treeefb3a49e6ba88e5db5a6e2276cacd2179b1fddb2 /drivers/block/drbd/drbd_receiver.c
parentblock: move block layer internals out of include/linux/genhd.h (diff)
downloadlinux-dev-c6a564ffadc9105880329710164ee493f0de103c.tar.xz
linux-dev-c6a564ffadc9105880329710164ee493f0de103c.zip
block: move the part_stat* helpers from genhd.h to a new header
These macros are just used by a few files. Move them out of genhd.h, which is included everywhere into a new standalone header. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block/drbd/drbd_receiver.c')
-rw-r--r--drivers/block/drbd/drbd_receiver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/drbd/drbd_receiver.c b/drivers/block/drbd/drbd_receiver.c
index 79e216446030..c15e7083b13a 100644
--- a/drivers/block/drbd/drbd_receiver.c
+++ b/drivers/block/drbd/drbd_receiver.c
@@ -33,6 +33,7 @@
#include <linux/random.h>
#include <linux/string.h>
#include <linux/scatterlist.h>
+#include <linux/part_stat.h>
#include "drbd_int.h"
#include "drbd_protocol.h"
#include "drbd_req.h"