diff options
author | Zhengchao Shao <shaozhengchao@huawei.com> | 2022-07-04 15:34:48 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-07-06 04:40:01 +0300 |
commit | 7e40e16e38ba58858b0056ef9ea34459fc80dc52 (patch) | |
tree | c5bc0594531e9b9dda60d06ab02bff03db25b889 /drivers/net/usb/asix.h | |
parent | 10ed11ab6399813eb652137db9c378433c28a95c (diff) | |
download | linux-7e40e16e38ba58858b0056ef9ea34459fc80dc52.tar.xz |
net: asix: change the type of asix_set_sw/hw_mii to static
The functions of asix_set_sw/hw_mii are not called in other files, so
change them to static.
Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com>
Link: https://lore.kernel.org/r/20220704123448.128980-1-shaozhengchao@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/usb/asix.h')
-rw-r--r-- | drivers/net/usb/asix.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/usb/asix.h b/drivers/net/usb/asix.h index 45d3cc5cc355..21c1ca275cc4 100644 --- a/drivers/net/usb/asix.h +++ b/drivers/net/usb/asix.h @@ -212,9 +212,6 @@ void asix_rx_fixup_common_free(struct asix_common_private *dp); struct sk_buff *asix_tx_fixup(struct usbnet *dev, struct sk_buff *skb, gfp_t flags); -int asix_set_sw_mii(struct usbnet *dev, int in_pm); -int asix_set_hw_mii(struct usbnet *dev, int in_pm); - int asix_read_phy_addr(struct usbnet *dev, bool internal); int asix_sw_reset(struct usbnet *dev, u8 flags, int in_pm); |