Remove this function since it has no callers. This function was
introduced in commit 6cc77e9cb080 ("block: introduce zoned block
devices zone write locking").

Signed-off-by: Bart Van Assche <[email protected]>
Reviewed-by: Damien Le Moal <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Cc: Matias Bjorling <[email protected]>
---
 include/linux/blkdev.h | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index a8b98eadebb2..05cd0c8e5735 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -1648,15 +1648,6 @@ static inline unsigned int bdev_zone_sectors(struct 
block_device *bdev)
        return 0;
 }
 
-static inline unsigned int bdev_nr_zones(struct block_device *bdev)
-{
-       struct request_queue *q = bdev_get_queue(bdev);
-
-       if (q)
-               return blk_queue_nr_zones(q);
-       return 0;
-}
-
 static inline int queue_dma_alignment(struct request_queue *q)
 {
        return q ? q->dma_alignment : 511;
-- 
2.17.0

Reply via email to