OSDN Git Service

net: aquantia: Make some functions static
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 5 Jul 2018 09:00:10 +0000 (09:00 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Jul 2018 10:29:51 +0000 (19:29 +0900)
commitdfbd07497860f32b847bfac0023331947d33aae6
tree50aca1fa6a02dfd0d1a1573d7c965a8231d77e93
parente7550b0be3cf1361bcadd629b8ea1c9e749725e4
net: aquantia: Make some functions static

Fixes the following sparse warnings:

drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c:525:5: warning:
 symbol 'hw_atl_utils_mpi_set_speed' was not declared. Should it be static?
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c:536:5: warning:
 symbol 'hw_atl_utils_mpi_set_state' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c