]> www.infradead.org Git - users/hch/block.git/commitdiff
block: remove the unused blk_queue_state enum
authorChristoph Hellwig <hch@lst.de>
Sat, 24 Jul 2021 11:12:46 +0000 (13:12 +0200)
committerChristoph Hellwig <hch@lst.de>
Sat, 18 Sep 2021 15:40:09 +0000 (17:40 +0200)
Signed-off-by: Christoph Hellwig <hch@lst.de>
include/linux/blkdev.h

index 12b9dbcc980ee476398ad6ba36896d3c9b2d2dfa..9e367509bea1043733f0881359511511b2450c1d 100644 (file)
@@ -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 */