]> git.baikalelectronics.ru Git - kernel.git/commit
net: aquantia: Make function aq_fw1x_set_power() static
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 26 Sep 2018 12:20:00 +0000 (12:20 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Sep 2018 17:25:11 +0000 (10:25 -0700)
commit5274622b15cccd99ffb1e1ad2f57e2603a4daee1
tree6e72fcdb188bfb9584099d84ccf19a31d6c08a7a
parentaf9d87235b00845584e4fb7e7b353dc0a0ad573e
net: aquantia: Make function aq_fw1x_set_power() static

Fixes the following sparse warning:

drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c:873:5: warning:
 symbol 'aq_fw1x_set_power' was not declared. Should it be static?

Fixes: 0baddaeb33c1 ("net: aquantia: implement WOL support")
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