From: Christoph Hellwig Date: Mon, 20 Sep 2021 12:33:20 +0000 (+0200) Subject: block: remove the unused blk_queue_state enum X-Git-Tag: v6.6.17~8869^2~133 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90138237a56282f99d71130ab7c68903a2eba5a7;p=platform%2Fkernel%2Flinux-rpi.git block: remove the unused blk_queue_state enum Signed-off-by: Christoph Hellwig Reviewed-by: Johannes Thumshirn Link: https://lore.kernel.org/r/20210920123328.1399408-10-hch@lst.de Signed-off-by: Jens Axboe --- diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 12b9dbc..9e36750 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -262,11 +262,6 @@ enum blk_eh_timer_return { BLK_EH_RESET_TIMER, /* reset timer and try again */ }; -enum blk_queue_state { - Queue_down, - Queue_up, -}; - #define BLK_TAG_ALLOC_FIFO 0 /* allocate starting from 0 */ #define BLK_TAG_ALLOC_RR 1 /* allocate starting from last allocated tag */