summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Kicinski <jakub.kicinski@netronome.com>2018-01-15 12:13:32 -0800
committerDavid S. Miller <davem@davemloft.net>2018-01-16 14:56:54 -0500
commit868717ae73c5ad297b91fb52db1396f2336609a8 (patch)
treefba446c48a636adf9ccce34330a0689fabe5d408
parente88f2be83282d5ffc8f5ffe4c22606bf62eb1ac7 (diff)
downloadop-kernel-dev-868717ae73c5ad297b91fb52db1396f2336609a8.zip
op-kernel-dev-868717ae73c5ad297b91fb52db1396f2336609a8.tar.gz
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 <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--include/net/pkt_sched.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/pkt_sched.h b/include/net/pkt_sched.h
index e2c75f5..815b92a 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);
OpenPOWER on IntegriCloud