X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fata%2Fpata_mpiix.c;h=202b4d601393c918cb5154e674fbfad46f59ac83;hb=baa52764b4e20c2fb3843c410edea5f7c8e6975d;hp=f39a5379e8165a0adf8e59f3fa34412822724289;hpb=79d2d21ee06f3634423d1a45fb6ddfcae59061fd;p=karo-tx-linux.git diff --git a/drivers/ata/pata_mpiix.c b/drivers/ata/pata_mpiix.c index f39a5379e816..202b4d601393 100644 --- a/drivers/ata/pata_mpiix.c +++ b/drivers/ata/pata_mpiix.c @@ -223,7 +223,7 @@ static struct pci_driver mpiix_pci_driver = { .id_table = mpiix, .probe = mpiix_init_one, .remove = ata_pci_remove_one, -#ifdef CONFIG_PM +#ifdef CONFIG_PM_SLEEP .suspend = ata_pci_device_suspend, .resume = ata_pci_device_resume, #endif