Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

soc/tegra: pm: Make stubs usable for compile testing

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>
Signed-off-by: Thierry Reding <treding@nvidia.com>

authored by

Dmitry Osipenko and committed by
Thierry Reding
0d7281b2 aa54686e

+1 -1
+1 -1
include/soc/tegra/pm.h
··· 17 17 TEGRA_SUSPEND_NOT_READY, 18 18 }; 19 19 20 - #if defined(CONFIG_PM_SLEEP) && defined(CONFIG_ARM) 20 + #if defined(CONFIG_PM_SLEEP) && defined(CONFIG_ARM) && defined(CONFIG_ARCH_TEGRA) 21 21 enum tegra_suspend_mode 22 22 tegra_pm_validate_suspend_mode(enum tegra_suspend_mode mode); 23 23