block, bfq: cleanup the repeated declaration
authorShaokun Zhang <zhangshaokun@hisilicon.com>
Wed, 25 Aug 2021 06:19:51 +0000 (14:19 +0800)
committerJens Axboe <axboe@kernel.dk>
Wed, 25 Aug 2021 12:45:33 +0000 (06:45 -0600)
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: Shaokun Zhang <zhangshaokun@hisilicon.com>
Link: https://lore.kernel.org/r/1629872391-46399-1-git-send-email-zhangshaokun@hisilicon.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bfq-iosched.h

index 385e28a..a73488e 100644 (file)
@@ -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)              \