diff options
Diffstat (limited to 'drivers/ata/pata_oldpiix.c')
-rw-r--r-- | drivers/ata/pata_oldpiix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_oldpiix.c b/drivers/ata/pata_oldpiix.c index 319b64491b7b..b9bf78b7d48d 100644 --- a/drivers/ata/pata_oldpiix.c +++ b/drivers/ata/pata_oldpiix.c | |||
@@ -258,7 +258,7 @@ static struct pci_driver oldpiix_pci_driver = { | |||
258 | .id_table = oldpiix_pci_tbl, | 258 | .id_table = oldpiix_pci_tbl, |
259 | .probe = oldpiix_init_one, | 259 | .probe = oldpiix_init_one, |
260 | .remove = ata_pci_remove_one, | 260 | .remove = ata_pci_remove_one, |
261 | #ifdef CONFIG_PM | 261 | #ifdef CONFIG_PM_SLEEP |
262 | .suspend = ata_pci_device_suspend, | 262 | .suspend = ata_pci_device_suspend, |
263 | .resume = ata_pci_device_resume, | 263 | .resume = ata_pci_device_resume, |
264 | #endif | 264 | #endif |