diff options
Diffstat (limited to 'drivers/ata/pata_cypress.c')
-rw-r--r-- | drivers/ata/pata_cypress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_cypress.c b/drivers/ata/pata_cypress.c index 3435bd6a5cc9..793018460d82 100644 --- a/drivers/ata/pata_cypress.c +++ b/drivers/ata/pata_cypress.c | |||
@@ -151,7 +151,7 @@ static struct pci_driver cy82c693_pci_driver = { | |||
151 | .id_table = cy82c693, | 151 | .id_table = cy82c693, |
152 | .probe = cy82c693_init_one, | 152 | .probe = cy82c693_init_one, |
153 | .remove = ata_pci_remove_one, | 153 | .remove = ata_pci_remove_one, |
154 | #ifdef CONFIG_PM | 154 | #ifdef CONFIG_PM_SLEEP |
155 | .suspend = ata_pci_device_suspend, | 155 | .suspend = ata_pci_device_suspend, |
156 | .resume = ata_pci_device_resume, | 156 | .resume = ata_pci_device_resume, |
157 | #endif | 157 | #endif |