Re: [PATCH net-next] net: aquantia: Make function hw_atl_utils_mpi_set_speed() static

2018-03-27 Thread David Miller
From: Wei Yongjun Date: Mon, 26 Mar 2018 14:32:27 + > Fixes the following sparse warning: > > drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c:508:5: warning: > symbol 'hw_atl_utils_mpi_set_speed' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun Applied.

[PATCH net-next] net: aquantia: Make function hw_atl_utils_mpi_set_speed() static

2018-03-26 Thread Wei Yongjun
Fixes the following sparse warning: drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c:508:5: warning: symbol 'hw_atl_utils_mpi_set_speed' was not declared. Should it be static? Signed-off-by: Wei Yongjun --- drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c | 2 +- 1 file