aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_radisys.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/pata_radisys.c')
-rw-r--r--drivers/ata/pata_radisys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_radisys.c b/drivers/ata/pata_radisys.c
index be3f10240dca..a3f1123d17aa 100644
--- a/drivers/ata/pata_radisys.c
+++ b/drivers/ata/pata_radisys.c
@@ -237,7 +237,7 @@ static struct pci_driver radisys_pci_driver = {
237 .id_table = radisys_pci_tbl, 237 .id_table = radisys_pci_tbl,
238 .probe = radisys_init_one, 238 .probe = radisys_init_one,
239 .remove = ata_pci_remove_one, 239 .remove = ata_pci_remove_one,
240#ifdef CONFIG_PM 240#ifdef CONFIG_PM_SLEEP
241 .suspend = ata_pci_device_suspend, 241 .suspend = ata_pci_device_suspend,
242 .resume = ata_pci_device_resume, 242 .resume = ata_pci_device_resume,
243#endif 243#endif