diff options
Diffstat (limited to 'drivers/ata/sata_inic162x.c')
-rw-r--r-- | drivers/ata/sata_inic162x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/sata_inic162x.c b/drivers/ata/sata_inic162x.c index 5c54d957370a..069827826b20 100644 --- a/drivers/ata/sata_inic162x.c +++ b/drivers/ata/sata_inic162x.c | |||
@@ -785,7 +785,7 @@ static int init_controller(void __iomem *mmio_base, u16 hctl) | |||
785 | return 0; | 785 | return 0; |
786 | } | 786 | } |
787 | 787 | ||
788 | #ifdef CONFIG_PM | 788 | #ifdef CONFIG_PM_SLEEP |
789 | static int inic_pci_device_resume(struct pci_dev *pdev) | 789 | static int inic_pci_device_resume(struct pci_dev *pdev) |
790 | { | 790 | { |
791 | struct ata_host *host = pci_get_drvdata(pdev); | 791 | struct ata_host *host = pci_get_drvdata(pdev); |
@@ -898,7 +898,7 @@ static const struct pci_device_id inic_pci_tbl[] = { | |||
898 | static struct pci_driver inic_pci_driver = { | 898 | static struct pci_driver inic_pci_driver = { |
899 | .name = DRV_NAME, | 899 | .name = DRV_NAME, |
900 | .id_table = inic_pci_tbl, | 900 | .id_table = inic_pci_tbl, |
901 | #ifdef CONFIG_PM | 901 | #ifdef CONFIG_PM_SLEEP |
902 | .suspend = ata_pci_device_suspend, | 902 | .suspend = ata_pci_device_suspend, |
903 | .resume = inic_pci_device_resume, | 903 | .resume = inic_pci_device_resume, |
904 | #endif | 904 | #endif |