diff options
Diffstat (limited to 'drivers/message/fusion/mptspi.c')
-rw-r--r-- | drivers/message/fusion/mptspi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptspi.c b/drivers/message/fusion/mptspi.c index 8f61ba6aac23..c3aabde2dc4f 100644 --- a/drivers/message/fusion/mptspi.c +++ b/drivers/message/fusion/mptspi.c | |||
@@ -1550,7 +1550,7 @@ static struct pci_driver mptspi_driver = { | |||
1550 | .name = "mptspi", | 1550 | .name = "mptspi", |
1551 | .id_table = mptspi_pci_table, | 1551 | .id_table = mptspi_pci_table, |
1552 | .probe = mptspi_probe, | 1552 | .probe = mptspi_probe, |
1553 | .remove = __devexit_p(mptscsih_remove), | 1553 | .remove = mptscsih_remove, |
1554 | .shutdown = mptscsih_shutdown, | 1554 | .shutdown = mptscsih_shutdown, |
1555 | #ifdef CONFIG_PM | 1555 | #ifdef CONFIG_PM |
1556 | .suspend = mptscsih_suspend, | 1556 | .suspend = mptscsih_suspend, |