net: aquantia: Make local functions static
authorWei Yongjun <weiyongjun1@huawei.com>
Sat, 28 Oct 2017 05:03:38 +0000 (05:03 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 Oct 2017 08:53:00 +0000 (17:53 +0900)
commit2660d226d9901c2c82c81f0b3dc5e6737eed2dfe
tree7b4dd6bbb8bdad114266323f48d594afc9330fc6
parent2ea2352ede9d97585164a7e19224955f4e4ca8db
net: aquantia: Make local functions static

Fixes the following sparse warnings:

drivers/net/ethernet/aquantia/atlantic/aq_ethtool.c:224:5: warning:
 symbol 'aq_ethtool_get_coalesce' was not declared. Should it be static?
drivers/net/ethernet/aquantia/atlantic/aq_ethtool.c:245:5: warning:
 symbol 'aq_ethtool_set_coalesce' 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/aq_ethtool.c