diff options
Diffstat (limited to 'drivers/ata/sata_sis.c')
-rw-r--r-- | drivers/ata/sata_sis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_sis.c b/drivers/ata/sata_sis.c index b513428171b3..d1637ac40a73 100644 --- a/drivers/ata/sata_sis.c +++ b/drivers/ata/sata_sis.c | |||
@@ -82,7 +82,7 @@ static struct pci_driver sis_pci_driver = { | |||
82 | .id_table = sis_pci_tbl, | 82 | .id_table = sis_pci_tbl, |
83 | .probe = sis_init_one, | 83 | .probe = sis_init_one, |
84 | .remove = ata_pci_remove_one, | 84 | .remove = ata_pci_remove_one, |
85 | #ifdef CONFIG_PM | 85 | #ifdef CONFIG_PM_SLEEP |
86 | .suspend = ata_pci_device_suspend, | 86 | .suspend = ata_pci_device_suspend, |
87 | .resume = ata_pci_device_resume, | 87 | .resume = ata_pci_device_resume, |
88 | #endif | 88 | #endif |