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)
commit88d4f419a43b474a4524f41f55c36bee13416bdd
tree79a496331241109fc98752c14565a0f6453fad7e
parent87f1369d6e2e820c77cf9eac542eed4dcf036f64
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