Skip to content

Commit 868717a

Browse files
Jakub Kicinskidavem330
authored andcommitted
net: remove prototype of qdisc_lookup_class()
Looks like qdisc_lookup_class() never existed in the tree in the git era. Remove the prototype from the header. Signed-off-by: Jakub Kicinski <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent e88f2be commit 868717a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/net/pkt_sched.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ int qdisc_set_default(const char *id);
100100
void qdisc_hash_add(struct Qdisc *q, bool invisible);
101101
void qdisc_hash_del(struct Qdisc *q);
102102
struct Qdisc *qdisc_lookup(struct net_device *dev, u32 handle);
103-
struct Qdisc *qdisc_lookup_class(struct net_device *dev, u32 handle);
104103
struct qdisc_rate_table *qdisc_get_rtab(struct tc_ratespec *r,
105104
struct nlattr *tab,
106105
struct netlink_ext_ack *extack);

0 commit comments

Comments
 (0)