diff options
Diffstat (limited to 'drivers/scsi/hptiop.c')
-rw-r--r-- | drivers/scsi/hptiop.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/hptiop.c b/drivers/scsi/hptiop.c index 138e573f37ef..ee196b363d81 100644 --- a/drivers/scsi/hptiop.c +++ b/drivers/scsi/hptiop.c | |||
@@ -1282,8 +1282,7 @@ static int hptiop_internal_memfree_mvfrey(struct hptiop_hba *hba) | |||
1282 | return -1; | 1282 | return -1; |
1283 | } | 1283 | } |
1284 | 1284 | ||
1285 | static int __devinit hptiop_probe(struct pci_dev *pcidev, | 1285 | static int hptiop_probe(struct pci_dev *pcidev, const struct pci_device_id *id) |
1286 | const struct pci_device_id *id) | ||
1287 | { | 1286 | { |
1288 | struct Scsi_Host *host = NULL; | 1287 | struct Scsi_Host *host = NULL; |
1289 | struct hptiop_hba *hba; | 1288 | struct hptiop_hba *hba; |