]> git.baikalelectronics.ru Git - kernel.git/commit
pkt_sched: sch_qfq: remove forward declaration of qfq_update_agg_ts
authorPaolo Valente <paolo.valente@unimore.it>
Wed, 10 Jul 2013 13:46:09 +0000 (15:46 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Jul 2013 20:01:07 +0000 (13:01 -0700)
commit6345af429b6766edfd1cbfb458acac42112a49a2
tree79a496331241109fc98752c14565a0f6453fad7e
parent10c833ac555929f640357bc250f8c1ea5b563a58
pkt_sched: sch_qfq: remove forward declaration of qfq_update_agg_ts

This patch removes the forward declaration of qfq_update_agg_ts, by moving
the definition of the function above its first call. This patch also
removes a useless forward declaration of qfq_schedule_agg.

Reported-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Paolo Valente <paolo.valente@unimore.it>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_qfq.c