Skip to content

Commit

Permalink
block, bfq: cleanup the repeated declaration
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
zhangshk authored and axboe committed Aug 25, 2021
1 parent cc40b72 commit 1e29497
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions block/bfq-iosched.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 1e29497

Please sign in to comment.