Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d88c305a authored by Ilpo Järvinen's avatar Ilpo Järvinen Committed by David S. Miller
Browse files

[PKT_SCHED] HTB: htb_classid is dead static inline

parent 8519660b
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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)