diff options
Diffstat (limited to 'drivers/ata/pata_jmicron.c')
-rw-r--r-- | drivers/ata/pata_jmicron.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_jmicron.c b/drivers/ata/pata_jmicron.c index b1cfa0258fd3..4d1a5d2c4287 100644 --- a/drivers/ata/pata_jmicron.c +++ b/drivers/ata/pata_jmicron.c | |||
@@ -157,7 +157,7 @@ static struct pci_driver jmicron_pci_driver = { | |||
157 | .id_table = jmicron_pci_tbl, | 157 | .id_table = jmicron_pci_tbl, |
158 | .probe = jmicron_init_one, | 158 | .probe = jmicron_init_one, |
159 | .remove = ata_pci_remove_one, | 159 | .remove = ata_pci_remove_one, |
160 | #ifdef CONFIG_PM | 160 | #ifdef CONFIG_PM_SLEEP |
161 | .suspend = ata_pci_device_suspend, | 161 | .suspend = ata_pci_device_suspend, |
162 | .resume = ata_pci_device_resume, | 162 | .resume = ata_pci_device_resume, |
163 | #endif | 163 | #endif |