Commit 9778ac77 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Jens Axboe

block: remove the struct blk_queue_ctx forward declaration

This type doesn't exist at all, so no need to forward declare it.
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarJohannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://lore.kernel.org/r/20210920123328.1399408-12-hch@lst.deSigned-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 713e4e11
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment