diff options
Diffstat (limited to 'drivers/message/fusion/mptsas.c')
-rw-r--r-- | drivers/message/fusion/mptsas.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/message/fusion/mptsas.c b/drivers/message/fusion/mptsas.c index 551262e4b96e..fa43c391c8ed 100644 --- a/drivers/message/fusion/mptsas.c +++ b/drivers/message/fusion/mptsas.c | |||
@@ -5332,7 +5332,7 @@ mptsas_shutdown(struct pci_dev *pdev) | |||
5332 | mptsas_cleanup_fw_event_q(ioc); | 5332 | mptsas_cleanup_fw_event_q(ioc); |
5333 | } | 5333 | } |
5334 | 5334 | ||
5335 | static void __devexit mptsas_remove(struct pci_dev *pdev) | 5335 | static void mptsas_remove(struct pci_dev *pdev) |
5336 | { | 5336 | { |
5337 | MPT_ADAPTER *ioc = pci_get_drvdata(pdev); | 5337 | MPT_ADAPTER *ioc = pci_get_drvdata(pdev); |
5338 | struct mptsas_portinfo *p, *n; | 5338 | struct mptsas_portinfo *p, *n; |
@@ -5387,7 +5387,7 @@ static struct pci_driver mptsas_driver = { | |||
5387 | .name = "mptsas", | 5387 | .name = "mptsas", |
5388 | .id_table = mptsas_pci_table, | 5388 | .id_table = mptsas_pci_table, |
5389 | .probe = mptsas_probe, | 5389 | .probe = mptsas_probe, |
5390 | .remove = __devexit_p(mptsas_remove), | 5390 | .remove = mptsas_remove, |
5391 | .shutdown = mptsas_shutdown, | 5391 | .shutdown = mptsas_shutdown, |
5392 | #ifdef CONFIG_PM | 5392 | #ifdef CONFIG_PM |
5393 | .suspend = mptscsih_suspend, | 5393 | .suspend = mptscsih_suspend, |