commit | ae5a44bb970ad8d0f7382cf3fc9738787e3cf19f | [log] [tgz] |
---|---|---|
author | Jason Yan <yanaijie@huawei.com> | Wed Apr 15 16:42:48 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 15 16:22:14 2020 -0700 |
tree | 8f13834eb217858c61875bb45a5c81d05a4db335 | |
parent | c8322754642052b3580db8bc3c33fd671a41cdd6 [diff] |
net: tulip: make early_486_chipsets static Fix the following sparse warning: drivers/net/ethernet/dec/tulip/tulip_core.c:1280:28: warning: symbol 'early_486_chipsets' was not declared. Should it be static? Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Jason Yan <yanaijie@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>