projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc40b72
)
block, bfq: cleanup the repeated declaration
author
Shaokun Zhang
<zhangshaokun@hisilicon.com>
Wed, 25 Aug 2021 06:19:51 +0000
(14:19 +0800)
committer
Jens 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
patch
|
blob
|
history
diff --git
a/block/bfq-iosched.h
b/block/bfq-iosched.h
index 385e28a843d1aa8a4fe7cbe540f6c4271bb08463..a73488eec8a47b0e66028243163b302165ecc51a 100644
(file)
--- 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) \