pkt_sched: fix sparse warning
authorHannes Eder <hannes@hanneseder.net>
Fri, 28 Nov 2008 11:06:46 +0000 (03:06 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Nov 2008 11:06:46 +0000 (03:06 -0800)
Impact: make global function static

Fix the following sparse warning:

  net/sched/sch_api.c:192:14: warning: symbol 'qdisc_match_from_root' was not declared. Should it be static?

Signed-off-by: Hannes Eder <hannes@hanneseder.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found