From: Christoph Hellwig Date: Mon, 20 Sep 2021 12:33:22 +0000 (+0200) Subject: block: remove the struct blk_queue_ctx forward declaration X-Git-Tag: v5.16-rc1~213^2~129 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9778ac77c2027827ffdbb33d3e936b3a0ae9f0f9;p=thirdparty%2Flinux.git 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: Christoph Hellwig Reviewed-by: Johannes Thumshirn Link: https://lore.kernel.org/r/20210920123328.1399408-12-hch@lst.de Signed-off-by: Jens Axboe --- diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 6737e484280d3..4bcbb1ae2d66a 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -253,8 +253,6 @@ static inline unsigned short req_get_ioprio(struct request *req) #include -struct blk_queue_ctx; - struct bio_vec; enum blk_eh_timer_return {