aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/ata/pata_rdc.c4
1 files changed, 4 insertions, 0 deletions
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 = {
387 .id_table = rdc_pci_tbl, 387 .id_table = rdc_pci_tbl,
388 .probe = rdc_init_one, 388 .probe = rdc_init_one,
389 .remove = rdc_remove_one, 389 .remove = rdc_remove_one,
390#ifdef CONFIG_PM
391 .suspend = ata_pci_device_suspend,
392 .resume = ata_pci_device_resume,
393#endif
390}; 394};
391 395
392 396