Skip to content

Commit

Permalink
block: remove the struct blk_queue_ctx forward declaration
Browse files Browse the repository at this point in the history
[ Upstream commit 9778ac7 ]

This type doesn't exist at all, so no need to forward declare it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://lore.kernel.org/r/20210920123328.1399408-12-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Christoph Hellwig authored and gregkh committed Aug 17, 2022
1 parent d2cbdbe commit b055781
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/blkdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,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 {
Expand Down

0 comments on commit b055781

Please sign in to comment.