block: remove the declaration of elevator_init_mq function

JIRA: https://issues.redhat.com/browse/RHEL-144763

commit 8e1d91c2582d2b60d62616649546bb132fff566b
Author: Chengkaitao <chengkaitao@kylinos.cn>
Date:   Tue Nov 18 09:26:44 2025 +0800

    block: remove the declaration of elevator_init_mq function

    In commit 1e44bedbc921 ("block: unifying elevator change"), the
    elevator_init_mq function was deleted, but its declaration in elevator.h
    was overlooked. This patch fixes it.

    Signed-off-by: Chengkaitao <chengkaitao@kylinos.cn>
    Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
    Signed-off-by: Jens Axboe <axboe@kernel.dk>

Signed-off-by: Ming Lei <ming.lei@redhat.com>
This commit is contained in:
Ming Lei
2026-02-28 19:32:38 +08:00
parent 948ac30688
commit 17fd57a352
-1
View File
@@ -170,7 +170,6 @@ extern bool elv_attempt_insert_merge(struct request_queue *, struct request *,
struct list_head *);
extern struct request *elv_former_request(struct request_queue *, struct request *);
extern struct request *elv_latter_request(struct request_queue *, struct request *);
void elevator_init_mq(struct request_queue *q);
/*
* io scheduler registration