|
@@ -1587,7 +1587,7 @@ static int tegra_dma_pm_resume(struct device *dev)
|
|
#endif
|
|
#endif
|
|
|
|
|
|
static const struct dev_pm_ops tegra_dma_dev_pm_ops = {
|
|
static const struct dev_pm_ops tegra_dma_dev_pm_ops = {
|
|
-#ifdef CONFIG_PM_RUNTIME
|
|
|
|
|
|
+#ifdef CONFIG_PM
|
|
.runtime_suspend = tegra_dma_runtime_suspend,
|
|
.runtime_suspend = tegra_dma_runtime_suspend,
|
|
.runtime_resume = tegra_dma_runtime_resume,
|
|
.runtime_resume = tegra_dma_runtime_resume,
|
|
#endif
|
|
#endif
|