ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host drivers
[deliverable/linux.git] / drivers / ata / ata_piix.c
index 6334c8d7c3f1e6a437b90af78e585e50698f5fc8..893e30e9a9efab5662d5361e83051f9ac1c650c0 100644 (file)
@@ -830,7 +830,7 @@ static bool piix_irq_check(struct ata_port *ap)
        return ap->ops->bmdma_status(ap) & ATA_DMA_INTR;
 }
 
-#ifdef CONFIG_PM
+#ifdef CONFIG_PM_SLEEP
 static int piix_broken_suspend(void)
 {
        static const struct dmi_system_id sysids[] = {
@@ -1767,7 +1767,7 @@ static struct pci_driver piix_pci_driver = {
        .id_table               = piix_pci_tbl,
        .probe                  = piix_init_one,
        .remove                 = piix_remove_one,
-#ifdef CONFIG_PM
+#ifdef CONFIG_PM_SLEEP
        .suspend                = piix_pci_device_suspend,
        .resume                 = piix_pci_device_resume,
 #endif
This page took 0.02872 seconds and 5 git commands to generate.