Blob Blame History Raw
From: Christoph Hellwig <hch@lst.de>
Date: Tue, 23 Nov 2021 19:53:11 +0100
Subject: [PATCH] block: don't include <linux/idr.h> in blk.h
Git-commit: ca5b304cabef55c670a22bbe53a883fe5c3b2620
Patch-mainline: v5.17-rc1
References: jsc#PED-1183

Not needed.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20211123185312.1432157-8-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Acked-by: Hannes Reinecke <hare@suse.com>
---
 block/blk.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/block/blk.h b/block/blk.h
index a6e9ce376780..4089aeffca4b 100644
--- a/block/blk.h
+++ b/block/blk.h
@@ -2,7 +2,6 @@
 #ifndef BLK_INTERNAL_H
 #define BLK_INTERNAL_H
 
-#include <linux/idr.h>
 #include <linux/part_stat.h>
 #include <linux/blk-crypto.h>
 #include <linux/memblock.h>	/* for max_pfn/max_low_pfn */
-- 
2.35.3