usb: plusb: remove unused pl_clear_QuickLink_features function

clang with W=1 reports
drivers/net/usb/plusb.c:65:1: error:
  unused function 'pl_clear_QuickLink_features' [-Werror,-Wunused-function]
pl_clear_QuickLink_features(struct usbnet *dev, int val)
^
This static function is not used, so remove it.

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Tom Rix 2023-03-18 09:13:42 -04:00 committed by David S. Miller
parent 7f247f5a2c
commit 7d722c9802
1 changed files with 0 additions and 6 deletions

View File

@ -61,12 +61,6 @@ pl_vendor_req(struct usbnet *dev, u8 req, u8 val, u8 index)
val, index, NULL, 0); val, index, NULL, 0);
} }
static inline int
pl_clear_QuickLink_features(struct usbnet *dev, int val)
{
return pl_vendor_req(dev, 1, (u8) val, 0);
}
static inline int static inline int
pl_set_QuickLink_features(struct usbnet *dev, int val) pl_set_QuickLink_features(struct usbnet *dev, int val)
{ {