mirror of
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
synced 2024-11-15 22:15:13 +08:00
tc/fifo: remove unnecessary prototype
The prototype for prio_print_opt is already in tc_util.h Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
0f36267485
commit
ad618b7984
@ -94,7 +94,6 @@ struct qdisc_util pfifo_head_drop_qdisc_util = {
|
||||
.print_qopt = fifo_print_opt,
|
||||
};
|
||||
|
||||
extern int prio_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt);
|
||||
struct qdisc_util pfifo_fast_qdisc_util = {
|
||||
.id = "pfifo_fast",
|
||||
.print_qopt = prio_print_opt,
|
||||
|
Loading…
Reference in New Issue
Block a user