From: Sergey Matyukevich Date: Mon, 14 Jan 2019 09:39:49 +0000 (+0000) Subject: qtnfmac: remove unused declarations X-Git-Tag: v5.1-rc1~178^2~348^2~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=324b8cad8cfc42fbf1dcffc7ec92967f961e9032;p=thirdparty%2Fkernel%2Fstable.git qtnfmac: remove unused declarations Remove declarations for inexistent functions from bus.h header. Signed-off-by: Sergey Matyukevich Signed-off-by: Kalle Valo --- diff --git a/drivers/net/wireless/quantenna/qtnfmac/bus.h b/drivers/net/wireless/quantenna/qtnfmac/bus.h index 7bd906cc70238..14b569b6d1b5b 100644 --- a/drivers/net/wireless/quantenna/qtnfmac/bus.h +++ b/drivers/net/wireless/quantenna/qtnfmac/bus.h @@ -122,7 +122,5 @@ static __always_inline void qtnf_bus_unlock(struct qtnf_bus *bus) int qtnf_core_attach(struct qtnf_bus *bus); void qtnf_core_detach(struct qtnf_bus *bus); -void qtnf_txflowblock(struct device *dev, bool state); -void qtnf_txcomplete(struct device *dev, struct sk_buff *txp, bool success); #endif /* QTNFMAC_BUS_H */