commit | 2660d226d9901c2c82c81f0b3dc5e6737eed2dfe | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Sat Oct 28 05:03:38 2017 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Oct 29 17:53:00 2017 +0900 |
tree | 7b4dd6bbb8bdad114266323f48d594afc9330fc6 | |
parent | 2ea2352ede9d97585164a7e19224955f4e4ca8db [diff] |
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>