|
@@ -1831,7 +1831,7 @@ probe_out:
|
|
|
return ret;
|
|
|
}
|
|
|
|
|
|
-static void __devexit
|
|
|
+static void
|
|
|
qla2x00_remove_one(struct pci_dev *pdev)
|
|
|
{
|
|
|
scsi_qla_host_t *ha;
|
|
@@ -2965,7 +2965,7 @@ static struct pci_driver qla2xxx_pci_driver = {
|
|
|
},
|
|
|
.id_table = qla2xxx_pci_tbl,
|
|
|
.probe = qla2x00_probe_one,
|
|
|
- .remove = __devexit_p(qla2x00_remove_one),
|
|
|
+ .remove = qla2x00_remove_one,
|
|
|
.err_handler = &qla2xxx_err_handler,
|
|
|
};
|
|
|
|