net: hns: make function hns_gmac_wait_fifo_clean() static
authorWei Yongjun <weiyongjun1@huawei.com>
Sat, 15 Sep 2018 01:42:09 +0000 (01:42 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Sep 2018 15:07:04 +0000 (08:07 -0700)
commit0a959e45846ad697c54f0d2bd71fa55bdd1a8a39
treee418f5419bffc49e8f7e680fb362a1e258a9adc2
parentb8b2de91e9dbb89bf4c34a860b04e53a1b1416bf
net: hns: make function hns_gmac_wait_fifo_clean() static

Fixes the following sparse warning:

drivers/net/ethernet/hisilicon/hns/hns_dsaf_gmac.c:322:5: warning:
 symbol 'hns_gmac_wait_fifo_clean' 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/hisilicon/hns/hns_dsaf_gmac.c