commit | 6113b748fb9935399ec2bbca3a3dc82008f6167f | [log] [tgz] |
---|---|---|
author | Hannes Eder <hannes@hanneseder.net> | Fri Nov 28 03:06:46 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 28 03:06:46 2008 -0800 |
tree | e53a8aa00592959286da449e4360f11363f89ac1 | |
parent | ea5693ccc553951ae44cb963b28cce85edc275c9 [diff] |
pkt_sched: fix sparse warning 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>