Skip to content

Commit ae5a44b

Browse files
JasonYanHwdavem330
authored andcommitted
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 <[email protected]> Signed-off-by: Jason Yan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent c832275 commit ae5a44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/dec/tulip/tulip_core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ static const struct net_device_ops tulip_netdev_ops = {
12771277
#endif
12781278
};
12791279

1280-
const struct pci_device_id early_486_chipsets[] = {
1280+
static const struct pci_device_id early_486_chipsets[] = {
12811281
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82424) },
12821282
{ PCI_DEVICE(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_496) },
12831283
{ },

0 commit comments

Comments
 (0)