diff options
Diffstat (limited to 'drivers/ata/ata_generic.c')
-rw-r--r-- | drivers/ata/ata_generic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ata_generic.c b/drivers/ata/ata_generic.c index 9498a7d3846f..9ff545ce8da3 100644 --- a/drivers/ata/ata_generic.c +++ b/drivers/ata/ata_generic.c | |||
@@ -241,7 +241,7 @@ static struct pci_driver ata_generic_pci_driver = { | |||
241 | .id_table = ata_generic, | 241 | .id_table = ata_generic, |
242 | .probe = ata_generic_init_one, | 242 | .probe = ata_generic_init_one, |
243 | .remove = ata_pci_remove_one, | 243 | .remove = ata_pci_remove_one, |
244 | #ifdef CONFIG_PM | 244 | #ifdef CONFIG_PM_SLEEP |
245 | .suspend = ata_pci_device_suspend, | 245 | .suspend = ata_pci_device_suspend, |
246 | .resume = ata_pci_device_resume, | 246 | .resume = ata_pci_device_resume, |
247 | #endif | 247 | #endif |