diff options
Diffstat (limited to 'drivers/ata/pata_it8213.c')
-rw-r--r-- | drivers/ata/pata_it8213.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_it8213.c b/drivers/ata/pata_it8213.c index 81369d187a5c..4f97d1e52f85 100644 --- a/drivers/ata/pata_it8213.c +++ b/drivers/ata/pata_it8213.c | |||
@@ -283,7 +283,7 @@ static struct pci_driver it8213_pci_driver = { | |||
283 | .id_table = it8213_pci_tbl, | 283 | .id_table = it8213_pci_tbl, |
284 | .probe = it8213_init_one, | 284 | .probe = it8213_init_one, |
285 | .remove = ata_pci_remove_one, | 285 | .remove = ata_pci_remove_one, |
286 | #ifdef CONFIG_PM | 286 | #ifdef CONFIG_PM_SLEEP |
287 | .suspend = ata_pci_device_suspend, | 287 | .suspend = ata_pci_device_suspend, |
288 | .resume = ata_pci_device_resume, | 288 | .resume = ata_pci_device_resume, |
289 | #endif | 289 | #endif |