]> git.baikalelectronics.ru Git - kernel.git/commit
net: tulip: make early_486_chipsets static
authorJason Yan <yanaijie@huawei.com>
Wed, 15 Apr 2020 08:42:48 +0000 (16:42 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Apr 2020 23:22:14 +0000 (16:22 -0700)
commit375c327fd2f8c82ca328eb9e75998df07dc3f77a
tree8f13834eb217858c61875bb45a5c81d05a4db335
parent09caf4f6ac4624455709ff8611c302a21e03860f
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>
drivers/net/ethernet/dec/tulip/tulip_core.c