]> www.infradead.org Git - users/hch/block.git/commitdiff
block: remove the struct blk_queue_ctx forward declaration
authorChristoph Hellwig <hch@lst.de>
Fri, 3 Sep 2021 11:43:50 +0000 (13:43 +0200)
committerChristoph Hellwig <hch@lst.de>
Sat, 18 Sep 2021 15:40:10 +0000 (17:40 +0200)
This type doesn't exist at all, so no need to forward declare it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
include/linux/blkdev.h

index 6737e484280d3f2405dd82c7e5b5056c00809800..4bcbb1ae2d66a7d3bb3b0ebc052ff52d781682cc 100644 (file)
@@ -253,8 +253,6 @@ static inline unsigned short req_get_ioprio(struct request *req)
 
 #include <linux/elevator.h>
 
-struct blk_queue_ctx;
-
 struct bio_vec;
 
 enum blk_eh_timer_return {