diff options
Diffstat (limited to 'drivers/net/sis190.c')
-rw-r--r-- | drivers/net/sis190.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sis190.c b/drivers/net/sis190.c index 31233b4c44a0..626de766443a 100644 --- a/drivers/net/sis190.c +++ b/drivers/net/sis190.c | |||
@@ -334,7 +334,7 @@ static const struct { | |||
334 | { "SiS 191 PCI Gigabit Ethernet adapter" }, | 334 | { "SiS 191 PCI Gigabit Ethernet adapter" }, |
335 | }; | 335 | }; |
336 | 336 | ||
337 | static struct pci_device_id sis190_pci_tbl[] = { | 337 | static DEFINE_PCI_DEVICE_TABLE(sis190_pci_tbl) = { |
338 | { PCI_DEVICE(PCI_VENDOR_ID_SI, 0x0190), 0, 0, 0 }, | 338 | { PCI_DEVICE(PCI_VENDOR_ID_SI, 0x0190), 0, 0, 0 }, |
339 | { PCI_DEVICE(PCI_VENDOR_ID_SI, 0x0191), 0, 0, 1 }, | 339 | { PCI_DEVICE(PCI_VENDOR_ID_SI, 0x0191), 0, 0, 1 }, |
340 | { 0, }, | 340 | { 0, }, |