diff mbox series

[net-next] net: remove prototype of qdisc_lookup_class()

Message ID 20180115201332.21554-1-jakub.kicinski@netronome.com
State Accepted, archived
Delegated to: David Miller
Headers show
Series [net-next] net: remove prototype of qdisc_lookup_class() | expand

Commit Message

Jakub Kicinski Jan. 15, 2018, 8:13 p.m. UTC
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 <jakub.kicinski@netronome.com>
---
 include/net/pkt_sched.h | 1 -
 1 file changed, 1 deletion(-)

Comments

David Miller Jan. 16, 2018, 7:57 p.m. UTC | #1
From: Jakub Kicinski <jakub.kicinski@netronome.com>
Date: Mon, 15 Jan 2018 12:13:32 -0800

> 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 <jakub.kicinski@netronome.com>

Applied.
diff mbox series

Patch

diff --git a/include/net/pkt_sched.h b/include/net/pkt_sched.h
index e2c75f52557b..815b92a23936 100644
--- a/include/net/pkt_sched.h
+++ b/include/net/pkt_sched.h
@@ -100,7 +100,6 @@  int qdisc_set_default(const char *id);
 void qdisc_hash_add(struct Qdisc *q, bool invisible);
 void qdisc_hash_del(struct Qdisc *q);
 struct Qdisc *qdisc_lookup(struct net_device *dev, u32 handle);
-struct Qdisc *qdisc_lookup_class(struct net_device *dev, u32 handle);
 struct qdisc_rate_table *qdisc_get_rtab(struct tc_ratespec *r,
 					struct nlattr *tab,
 					struct netlink_ext_ack *extack);