]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3712e292adcca5dfe4f8c1484ca0ab7a7dbe41ce
treee418f5419bffc49e8f7e680fb362a1e258a9adc2
parentfa8e4b392677cdabd9837400ac5a1942d1e78823
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