diff options
Diffstat (limited to 'drivers/ata/sata_via.c')
-rw-r--r-- | drivers/ata/sata_via.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_via.c b/drivers/ata/sata_via.c index f72e84228c5c..47bf89464cef 100644 --- a/drivers/ata/sata_via.c +++ b/drivers/ata/sata_via.c | |||
@@ -103,7 +103,7 @@ static struct pci_driver svia_pci_driver = { | |||
103 | .name = DRV_NAME, | 103 | .name = DRV_NAME, |
104 | .id_table = svia_pci_tbl, | 104 | .id_table = svia_pci_tbl, |
105 | .probe = svia_init_one, | 105 | .probe = svia_init_one, |
106 | #ifdef CONFIG_PM | 106 | #ifdef CONFIG_PM_SLEEP |
107 | .suspend = ata_pci_device_suspend, | 107 | .suspend = ata_pci_device_suspend, |
108 | .resume = ata_pci_device_resume, | 108 | .resume = ata_pci_device_resume, |
109 | #endif | 109 | #endif |