summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-07-03 15:43:41 +0100
committerMark Brown <broonie@kernel.org>2026-07-03 15:43:41 +0100
commitd7d23f5dcdc790122ae24b645b4ee369aba3b0be (patch)
tree40709e7d2d66b0e538520ad0401d0781feb4c3c4 /include
parent0d2319476d90062d7e65c52a1a51c8f68b8d6985 (diff)
parent3e854b92cc4852d6c9724572f84158f778bb0463 (diff)
downloadlinux-next-d7d23f5dcdc790122ae24b645b4ee369aba3b0be.tar.gz
linux-next-d7d23f5dcdc790122ae24b645b4ee369aba3b0be.zip
Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
Diffstat (limited to 'include')
-rw-r--r--include/soc/tegra/pmc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/soc/tegra/pmc.h b/include/soc/tegra/pmc.h
index 4bcbf19d75ac..53f6d02889db 100644
--- a/include/soc/tegra/pmc.h
+++ b/include/soc/tegra/pmc.h
@@ -210,7 +210,6 @@ tegra_pmc_io_pad_power_disable(struct tegra_pmc *pmc, enum tegra_io_pad id)
bool tegra_pmc_cpu_is_powered(unsigned int cpuid);
int tegra_pmc_cpu_power_on(unsigned int cpuid);
int tegra_pmc_cpu_remove_clamping(unsigned int cpuid);
-bool tegra_pmc_core_domain_state_synced(void);
#if defined(CONFIG_SOC_TEGRA_PMC) && defined(CONFIG_PM_SLEEP)
enum tegra_suspend_mode tegra_pmc_get_suspend_mode(void);
@@ -230,6 +229,10 @@ static inline void tegra_pmc_enter_suspend_mode(enum tegra_suspend_mode mode)
{
}
#endif
+#endif
+
+#if defined(CONFIG_ARM) && defined(CONFIG_SOC_TEGRA_PMC)
+bool tegra_pmc_core_domain_state_synced(void);
#else
/* needed for COMPILE_TEST */
static inline bool tegra_pmc_core_domain_state_synced(void)