commit | 0a959e45846ad697c54f0d2bd71fa55bdd1a8a39 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Sat Sep 15 01:42:09 2018 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 17 08:07:04 2018 -0700 |
tree | e418f5419bffc49e8f7e680fb362a1e258a9adc2 | |
parent | b8b2de91e9dbb89bf4c34a860b04e53a1b1416bf [diff] |
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>