]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
net: remove prototype of qdisc_lookup_class()
authorJakub Kicinski <jakub.kicinski@netronome.com>
Mon, 15 Jan 2018 20:13:32 +0000 (12:13 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Jan 2018 19:56:54 +0000 (14:56 -0500)
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>
include/net/pkt_sched.h

index e2c75f52557bc977d4b9d75d9c8bc44ad8201b48..815b92a23936f8f8ce49432b1e5c4c7827580918 100644 (file)
@@ -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);