aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
diff options
context:
space:
mode:
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>2008-01-12 21:29:14 -0800
committerDavid S. Miller <davem@davemloft.net>2008-01-28 15:01:59 -0800
commitd88c305a03c37a95c4b27e1a0c2e387bb7ce80df (patch)
treef58a40e9a24c804ce3a24c73cf804c08062d6202 /net/sched
parent[NET] core/utils.c: digit2bin is dead static inline (diff)
downloadlinux-dev-d88c305a03c37a95c4b27e1a0c2e387bb7ce80df.tar.xz
linux-dev-d88c305a03c37a95c4b27e1a0c2e387bb7ce80df.zip
[PKT_SCHED] HTB: htb_classid is dead static inline
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched')
-rw-r--r--net/sched/sch_htb.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/sched/sch_htb.c b/net/sched/sch_htb.c
index 72beb66cec9c..6a2352cd9c2e 100644
--- a/net/sched/sch_htb.c
+++ b/net/sched/sch_htb.c
@@ -214,10 +214,6 @@ static inline struct htb_class *htb_find(u32 handle, struct Qdisc *sch)
* then finish and return direct queue.
*/
#define HTB_DIRECT (struct htb_class*)-1
-static inline u32 htb_classid(struct htb_class *cl)
-{
- return (cl && cl != HTB_DIRECT) ? cl->classid : TC_H_UNSPEC;
-}
static struct htb_class *htb_classify(struct sk_buff *skb, struct Qdisc *sch,
int *qerr)