diff options
Diffstat (limited to 'drivers/ata/pata_rdc.c')
-rw-r--r-- | drivers/ata/pata_rdc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_rdc.c b/drivers/ata/pata_rdc.c index 521b2137ea3e..9ce5952216bc 100644 --- a/drivers/ata/pata_rdc.c +++ b/drivers/ata/pata_rdc.c | |||
@@ -382,7 +382,7 @@ static struct pci_driver rdc_pci_driver = { | |||
382 | .id_table = rdc_pci_tbl, | 382 | .id_table = rdc_pci_tbl, |
383 | .probe = rdc_init_one, | 383 | .probe = rdc_init_one, |
384 | .remove = rdc_remove_one, | 384 | .remove = rdc_remove_one, |
385 | #ifdef CONFIG_PM | 385 | #ifdef CONFIG_PM_SLEEP |
386 | .suspend = ata_pci_device_suspend, | 386 | .suspend = ata_pci_device_suspend, |
387 | .resume = ata_pci_device_resume, | 387 | .resume = ata_pci_device_resume, |
388 | #endif | 388 | #endif |