diff options
Diffstat (limited to 'drivers/scsi/3w-9xxx.c')
-rw-r--r-- | drivers/scsi/3w-9xxx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/3w-9xxx.c b/drivers/scsi/3w-9xxx.c index 3868ab2397c6..d1f0120cdb98 100644 --- a/drivers/scsi/3w-9xxx.c +++ b/drivers/scsi/3w-9xxx.c | |||
@@ -2029,7 +2029,7 @@ static struct scsi_host_template driver_template = { | |||
2029 | }; | 2029 | }; |
2030 | 2030 | ||
2031 | /* This function will probe and initialize a card */ | 2031 | /* This function will probe and initialize a card */ |
2032 | static int __devinit twa_probe(struct pci_dev *pdev, const struct pci_device_id *dev_id) | 2032 | static int twa_probe(struct pci_dev *pdev, const struct pci_device_id *dev_id) |
2033 | { | 2033 | { |
2034 | struct Scsi_Host *host = NULL; | 2034 | struct Scsi_Host *host = NULL; |
2035 | TW_Device_Extension *tw_dev; | 2035 | TW_Device_Extension *tw_dev; |
@@ -2305,7 +2305,7 @@ out_disable_device: | |||
2305 | #endif | 2305 | #endif |
2306 | 2306 | ||
2307 | /* PCI Devices supported by this driver */ | 2307 | /* PCI Devices supported by this driver */ |
2308 | static struct pci_device_id twa_pci_tbl[] __devinitdata = { | 2308 | static struct pci_device_id twa_pci_tbl[] = { |
2309 | { PCI_VENDOR_ID_3WARE, PCI_DEVICE_ID_3WARE_9000, | 2309 | { PCI_VENDOR_ID_3WARE, PCI_DEVICE_ID_3WARE_9000, |
2310 | PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, | 2310 | PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, |
2311 | { PCI_VENDOR_ID_3WARE, PCI_DEVICE_ID_3WARE_9550SX, | 2311 | { PCI_VENDOR_ID_3WARE, PCI_DEVICE_ID_3WARE_9550SX, |