X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=drivers%2Fata%2Fata_piix.c;h=893e30e9a9efab5662d5361e83051f9ac1c650c0;hb=58eb8cd565af4a104395e3c10443951c1f73dafe;hp=6334c8d7c3f1e6a437b90af78e585e50698f5fc8;hpb=a3464ed2f14d19ba923930f7c0c284499d64eb5b;p=deliverable%2Flinux.git diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c index 6334c8d7c3f1..893e30e9a9ef 100644 --- a/drivers/ata/ata_piix.c +++ b/drivers/ata/ata_piix.c @@ -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