diff options
Diffstat (limited to 'drivers/ata/pata_acpi.c')
-rw-r--r-- | drivers/ata/pata_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_acpi.c b/drivers/ata/pata_acpi.c index 5108b8744dce..b70fce2a38eb 100644 --- a/drivers/ata/pata_acpi.c +++ b/drivers/ata/pata_acpi.c | |||
@@ -265,7 +265,7 @@ static struct pci_driver pacpi_pci_driver = { | |||
265 | .id_table = pacpi_pci_tbl, | 265 | .id_table = pacpi_pci_tbl, |
266 | .probe = pacpi_init_one, | 266 | .probe = pacpi_init_one, |
267 | .remove = ata_pci_remove_one, | 267 | .remove = ata_pci_remove_one, |
268 | #ifdef CONFIG_PM | 268 | #ifdef CONFIG_PM_SLEEP |
269 | .suspend = ata_pci_device_suspend, | 269 | .suspend = ata_pci_device_suspend, |
270 | .resume = ata_pci_device_resume, | 270 | .resume = ata_pci_device_resume, |
271 | #endif | 271 | #endif |