aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_cs5536.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/pata_cs5536.c')
-rw-r--r--drivers/ata/pata_cs5536.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_cs5536.c b/drivers/ata/pata_cs5536.c
index 32ddcae5a360..6c15a554efbe 100644
--- a/drivers/ata/pata_cs5536.c
+++ b/drivers/ata/pata_cs5536.c
@@ -297,7 +297,7 @@ static struct pci_driver cs5536_pci_driver = {
297 .id_table = cs5536, 297 .id_table = cs5536,
298 .probe = cs5536_init_one, 298 .probe = cs5536_init_one,
299 .remove = ata_pci_remove_one, 299 .remove = ata_pci_remove_one,
300#ifdef CONFIG_PM 300#ifdef CONFIG_PM_SLEEP
301 .suspend = ata_pci_device_suspend, 301 .suspend = ata_pci_device_suspend,
302 .resume = ata_pci_device_resume, 302 .resume = ata_pci_device_resume,
303#endif 303#endif