ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host drivers
[deliverable/linux.git] / drivers / ata / sata_fsl.c
index fb0b40a191c217e47202d252aff5a36d21cf6f6b..e8f150e45446649e5a626f628bf18ed29490da4b 100644 (file)
@@ -1588,7 +1588,7 @@ static int sata_fsl_remove(struct platform_device *ofdev)
        return 0;
 }
 
-#ifdef CONFIG_PM
+#ifdef CONFIG_PM_SLEEP
 static int sata_fsl_suspend(struct platform_device *op, pm_message_t state)
 {
        struct ata_host *host = platform_get_drvdata(op);
@@ -1644,7 +1644,7 @@ static struct platform_driver fsl_sata_driver = {
        },
        .probe          = sata_fsl_probe,
        .remove         = sata_fsl_remove,
-#ifdef CONFIG_PM
+#ifdef CONFIG_PM_SLEEP
        .suspend        = sata_fsl_suspend,
        .resume         = sata_fsl_resume,
 #endif
This page took 0.045199 seconds and 5 git commands to generate.