Message ID | 20210712000322.4224-4-digetx@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | Compile-test NVIDIA Tegra CPUIDLE driver | expand |
diff --git a/include/soc/tegra/pm.h b/include/soc/tegra/pm.h index 08477d7bfab9..81701944fe78 100644 --- a/include/soc/tegra/pm.h +++ b/include/soc/tegra/pm.h @@ -16,7 +16,7 @@ enum tegra_suspend_mode { TEGRA_MAX_SUSPEND_MODE, }; -#if defined(CONFIG_PM_SLEEP) && defined(CONFIG_ARM) +#if defined(CONFIG_PM_SLEEP) && defined(CONFIG_ARM) && defined(CONFIG_ARCH_TEGRA) enum tegra_suspend_mode tegra_pm_validate_suspend_mode(enum tegra_suspend_mode mode);
The PM stubs need to depend on ARCH_TEGRA in order to be usable for compile-testing of tegra-cpuidle driver. Add the dependency. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> --- include/soc/tegra/pm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)