net: asix: change the type of asix_set_sw/hw_mii to static
authorZhengchao Shao <shaozhengchao@huawei.com>
Mon, 4 Jul 2022 12:34:48 +0000 (20:34 +0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 6 Jul 2022 01:40:01 +0000 (18:40 -0700)
commit7e40e16e38ba58858b0056ef9ea34459fc80dc52
treec5bc0594531e9b9dda60d06ab02bff03db25b889
parent10ed11ab6399813eb652137db9c378433c28a95c
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>
drivers/net/usb/asix.h
drivers/net/usb/asix_common.c