From: Liu Bo Date: Fri, 25 Jan 2019 00:12:49 +0000 (+0800) Subject: blk-mq: remove duplicated definition of blk_mq_freeze_queue X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2698484178ca5cbfdde189b1d8809e1528f82a10;p=linux.git blk-mq: remove duplicated definition of blk_mq_freeze_queue As the prototype has been defined in "include/linux/blk-mq.h", the one in "block/blk-mq.h" can be removed then. Signed-off-by: Liu Bo Signed-off-by: Jens Axboe --- diff --git a/block/blk-mq.h b/block/blk-mq.h index d943d46b07854..d0b3dd54ef8dd 100644 --- a/block/blk-mq.h +++ b/block/blk-mq.h @@ -36,7 +36,6 @@ struct blk_mq_ctx { struct kobject kobj; } ____cacheline_aligned_in_smp; -void blk_mq_freeze_queue(struct request_queue *q); void blk_mq_free_queue(struct request_queue *q); int blk_mq_update_nr_requests(struct request_queue *q, unsigned int nr); void blk_mq_wake_waiters(struct request_queue *q);