commit | 88d4f419a43b474a4524f41f55c36bee13416bdd | [log] [tgz] |
---|---|---|
author | Paolo Valente <paolo.valente@unimore.it> | Wed Jul 10 15:46:09 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 11 13:01:07 2013 -0700 |
tree | 79a496331241109fc98752c14565a0f6453fad7e | |
parent | 87f1369d6e2e820c77cf9eac542eed4dcf036f64 [diff] |
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>