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 b570402f7fed..2e9e88be7b33 100644 --- a/drivers/net/sis190.c +++ b/drivers/net/sis190.c | |||
@@ -326,7 +326,7 @@ static const struct { | |||
326 | { "SiS 191 PCI Gigabit Ethernet adapter" }, | 326 | { "SiS 191 PCI Gigabit Ethernet adapter" }, |
327 | }; | 327 | }; |
328 | 328 | ||
329 | static struct pci_device_id sis190_pci_tbl[] __devinitdata = { | 329 | static struct pci_device_id sis190_pci_tbl[] = { |
330 | { PCI_DEVICE(PCI_VENDOR_ID_SI, 0x0190), 0, 0, 0 }, | 330 | { PCI_DEVICE(PCI_VENDOR_ID_SI, 0x0190), 0, 0, 0 }, |
331 | { PCI_DEVICE(PCI_VENDOR_ID_SI, 0x0191), 0, 0, 1 }, | 331 | { PCI_DEVICE(PCI_VENDOR_ID_SI, 0x0191), 0, 0, 1 }, |
332 | { 0, }, | 332 | { 0, }, |