X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fata%2Fpata_rdc.c;h=5c5184f00233468a20769d59b68d3118704fc06a;hb=52839bfb0c4b56b5c2688c96ce656df4034b2c87;hp=79a970f05a2e2bb54d60fcfa92211596f41791ec;hpb=0fb3767b0a5601dd0d528bc8dbefc0567a34b7ec;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/drivers/ata/pata_rdc.c b/drivers/ata/pata_rdc.c index 79a970f..5c5184f 100644 --- a/drivers/ata/pata_rdc.c +++ b/drivers/ata/pata_rdc.c @@ -383,7 +383,7 @@ static struct pci_driver rdc_pci_driver = { .id_table = rdc_pci_tbl, .probe = rdc_init_one, .remove = rdc_remove_one, -#ifdef CONFIG_PM +#ifdef CONFIG_PM_SLEEP .suspend = ata_pci_device_suspend, .resume = ata_pci_device_resume, #endif