diff options
Diffstat (limited to 'drivers/net/s2io.c')
-rw-r--r-- | drivers/net/s2io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/s2io.c b/drivers/net/s2io.c index cc4218667cba..ac6189005c79 100644 --- a/drivers/net/s2io.c +++ b/drivers/net/s2io.c | |||
@@ -523,7 +523,7 @@ module_param_array(rts_frm_len, uint, NULL, 0); | |||
523 | * S2IO device table. | 523 | * S2IO device table. |
524 | * This table lists all the devices that this driver supports. | 524 | * This table lists all the devices that this driver supports. |
525 | */ | 525 | */ |
526 | static struct pci_device_id s2io_tbl[] __devinitdata = { | 526 | static DEFINE_PCI_DEVICE_TABLE(s2io_tbl) = { |
527 | {PCI_VENDOR_ID_S2IO, PCI_DEVICE_ID_S2IO_WIN, | 527 | {PCI_VENDOR_ID_S2IO, PCI_DEVICE_ID_S2IO_WIN, |
528 | PCI_ANY_ID, PCI_ANY_ID}, | 528 | PCI_ANY_ID, PCI_ANY_ID}, |
529 | {PCI_VENDOR_ID_S2IO, PCI_DEVICE_ID_S2IO_UNI, | 529 | {PCI_VENDOR_ID_S2IO, PCI_DEVICE_ID_S2IO_UNI, |