diff options
author | Shaokun Zhang <[email protected]> | 2021-08-25 14:19:51 +0800 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2021-08-25 06:45:33 -0600 |
commit | 1e294970fc00f45c1f17fb442c26a7e3fc9789b1 (patch) | |
tree | 08b1980229b9b0af4230f37ecf383e27155e580d | |
parent | cc40b7225151f611ef837f6403cfaeadc7af214a (diff) |
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 <[email protected]>
Cc: Jens Axboe <[email protected]>
Signed-off-by: Shaokun Zhang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
-rw-r--r-- | block/bfq-iosched.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/block/bfq-iosched.h b/block/bfq-iosched.h index 385e28a843d1..a73488eec8a4 100644 --- a/block/bfq-iosched.h +++ b/block/bfq-iosched.h @@ -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) \ |