From 82d981d4230bc0a19540fc540d4bdf49a3769f05 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Tue, 23 Nov 2021 19:53:12 +0100 Subject: block: don't include in blk.h Not needed, shift it into the source files that need it instead. Signed-off-by: Christoph Hellwig Link: https://lore.kernel.org/r/20211123185312.1432157-9-hch@lst.de Signed-off-by: Jens Axboe --- block/genhd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'block/genhd.c') diff --git a/block/genhd.c b/block/genhd.c index 01606db8c625..5179a4f00fba 100644 --- a/block/genhd.c +++ b/block/genhd.c @@ -25,6 +25,7 @@ #include #include #include +#include #include "blk.h" #include "blk-mq-sched.h" -- cgit v1.2.3-59-g8ed1b