diff options
Diffstat (limited to 'drivers/ata/pata_ninja32.c')
-rw-r--r-- | drivers/ata/pata_ninja32.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/ata/pata_ninja32.c b/drivers/ata/pata_ninja32.c index 56201a69af12..efb272da8567 100644 --- a/drivers/ata/pata_ninja32.c +++ b/drivers/ata/pata_ninja32.c | |||
@@ -152,8 +152,7 @@ static int ninja32_init_one(struct pci_dev *dev, const struct pci_device_id *id) | |||
152 | IRQF_SHARED, &ninja32_sht); | 152 | IRQF_SHARED, &ninja32_sht); |
153 | } | 153 | } |
154 | 154 | ||
155 | #ifdef CONFIG_PM | 155 | #ifdef CONFIG_PM_SLEEP |
156 | |||
157 | static int ninja32_reinit_one(struct pci_dev *pdev) | 156 | static int ninja32_reinit_one(struct pci_dev *pdev) |
158 | { | 157 | { |
159 | struct ata_host *host = pci_get_drvdata(pdev); | 158 | struct ata_host *host = pci_get_drvdata(pdev); |
@@ -183,7 +182,7 @@ static struct pci_driver ninja32_pci_driver = { | |||
183 | .id_table = ninja32, | 182 | .id_table = ninja32, |
184 | .probe = ninja32_init_one, | 183 | .probe = ninja32_init_one, |
185 | .remove = ata_pci_remove_one, | 184 | .remove = ata_pci_remove_one, |
186 | #ifdef CONFIG_PM | 185 | #ifdef CONFIG_PM_SLEEP |
187 | .suspend = ata_pci_device_suspend, | 186 | .suspend = ata_pci_device_suspend, |
188 | .resume = ninja32_reinit_one, | 187 | .resume = ninja32_reinit_one, |
189 | #endif | 188 | #endif |