Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4e69747 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "qcom: scm-boot: Fix definitions when MSM_SCM is not defined"

parents 2f2f47ca 8614ec57
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -44,13 +44,13 @@ static inline int scm_set_boot_addr(phys_addr_t addr, unsigned int flags)
	WARN_ONCE(1, "CONFIG_MSM_SCM disabled, SCM call will fail silently\n");
	return 0;
}
int scm_set_boot_addr_mc(phys_addr_t addr, u32 aff0,
static inline int scm_set_boot_addr_mc(phys_addr_t addr, u32 aff0,
		u32 aff1, u32 aff2, u32 flags)
{
	WARN_ONCE(1, "CONFIG_MSM_SCM disabled, SCM call will fail silently\n");
	return 0;
}
int scm_set_warm_boot_addr_mc_for_all(phys_addr_t addr)
static inline int scm_set_warm_boot_addr_mc_for_all(phys_addr_t addr)
{
	WARN_ONCE(1, "CONFIG_MSM_SCM disabled, SCM call will fail silently\n");
	return 0;