pkt_sched: make qdisc_class_hash_alloc() static
authorAdrian Bunk <bunk@kernel.org>
Tue, 22 Jul 2008 21:20:11 +0000 (14:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Jul 2008 21:20:11 +0000 (14:20 -0700)
commita94f779f9d82eb2d758a8715eaae5df98e8dcb21
tree0ea45807ecf0f6788ec226000b4ff69b0c0bd2a1
parent8086cd451f08f4c0f9693fc66d87754bbd18cfba
pkt_sched: make qdisc_class_hash_alloc() static

This patch makes the needlessly global qdisc_class_hash_alloc() static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_api.c