diff options
Diffstat (limited to 'drivers/message/fusion/mptscsih.c')
-rw-r--r-- | drivers/message/fusion/mptscsih.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/message/fusion/mptscsih.c b/drivers/message/fusion/mptscsih.c index c98d6257ec02..3a3ef127df04 100644 --- a/drivers/message/fusion/mptscsih.c +++ b/drivers/message/fusion/mptscsih.c | |||
@@ -220,7 +220,7 @@ static int mptscsih_probe (struct pci_dev *, const struct pci_device_id *); | |||
220 | static void mptscsih_remove(struct pci_dev *); | 220 | static void mptscsih_remove(struct pci_dev *); |
221 | static void mptscsih_shutdown(struct device *); | 221 | static void mptscsih_shutdown(struct device *); |
222 | #ifdef CONFIG_PM | 222 | #ifdef CONFIG_PM |
223 | static int mptscsih_suspend(struct pci_dev *pdev, u32 state); | 223 | static int mptscsih_suspend(struct pci_dev *pdev, pm_message_t state); |
224 | static int mptscsih_resume(struct pci_dev *pdev); | 224 | static int mptscsih_resume(struct pci_dev *pdev); |
225 | #endif | 225 | #endif |
226 | 226 | ||
@@ -1389,7 +1389,7 @@ mptscsih_shutdown(struct device * dev) | |||
1389 | * | 1389 | * |
1390 | */ | 1390 | */ |
1391 | static int | 1391 | static int |
1392 | mptscsih_suspend(struct pci_dev *pdev, u32 state) | 1392 | mptscsih_suspend(struct pci_dev *pdev, pm_message_t state) |
1393 | { | 1393 | { |
1394 | mptscsih_shutdown(&pdev->dev); | 1394 | mptscsih_shutdown(&pdev->dev); |
1395 | return 0; | 1395 | return 0; |