Commit 1e294970 authored by Shaokun Zhang's avatar Shaokun Zhang Committed by Jens Axboe
Browse files

block, bfq: cleanup the repeated declaration



Function 'bfq_entity_to_bfqq' is declared twice, so remove the
repeated declaration and blank line.

Cc: Paolo Valente <paolo.valente@linaro.org>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: default avatarShaokun Zhang <zhangshaokun@hisilicon.com>
Link: https://lore.kernel.org/r/1629872391-46399-1-git-send-email-zhangshaokun@hisilicon.com


Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent cc40b722
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -955,8 +955,6 @@ struct bfq_group {
};
#endif

struct bfq_queue *bfq_entity_to_bfqq(struct bfq_entity *entity);

/* --------------- main algorithm interface ----------------- */

#define BFQ_SERVICE_TREE_INIT	((struct bfq_service_tree)		\