diff options
Diffstat (limited to 'drivers/ata/pata_atiixp.c')
-rw-r--r-- | drivers/ata/pata_atiixp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_atiixp.c b/drivers/ata/pata_atiixp.c index 30fa4ca4cef6..970f7767e5fd 100644 --- a/drivers/ata/pata_atiixp.c +++ b/drivers/ata/pata_atiixp.c | |||
@@ -298,7 +298,7 @@ static struct pci_driver atiixp_pci_driver = { | |||
298 | .id_table = atiixp, | 298 | .id_table = atiixp, |
299 | .probe = atiixp_init_one, | 299 | .probe = atiixp_init_one, |
300 | .remove = ata_pci_remove_one, | 300 | .remove = ata_pci_remove_one, |
301 | #ifdef CONFIG_PM | 301 | #ifdef CONFIG_PM_SLEEP |
302 | .resume = ata_pci_device_resume, | 302 | .resume = ata_pci_device_resume, |
303 | .suspend = ata_pci_device_suspend, | 303 | .suspend = ata_pci_device_suspend, |
304 | #endif | 304 | #endif |