From: Bartlomiej Zolnierkiewicz Date: Thu, 13 Oct 2011 14:06:31 +0000 (+0200) Subject: pata_rdc: add Power Management support X-Git-Tag: v3.2-rc1~151^2~1 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=5a2985486745b62c644462fbbafc6cbaac748065;p=linux.git pata_rdc: add Power Management support Signed-off-by: Bartlomiej Zolnierkiewicz Signed-off-by: Jeff Garzik --- diff --git a/drivers/ata/pata_rdc.c b/drivers/ata/pata_rdc.c index f52831f904cf..e6a2dd7809c1 100644 --- a/drivers/ata/pata_rdc.c +++ b/drivers/ata/pata_rdc.c @@ -387,6 +387,10 @@ static struct pci_driver rdc_pci_driver = { .id_table = rdc_pci_tbl, .probe = rdc_init_one, .remove = rdc_remove_one, +#ifdef CONFIG_PM + .suspend = ata_pci_device_suspend, + .resume = ata_pci_device_resume, +#endif };