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

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

Merge "msm: spm: Fix compilation issue with spm module"

parents 80e69d22 008e7095
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ static inline int msm_spm_set_low_power_mode(unsigned int mode, bool notify_rpm)

static inline void msm_spm_set_rpm_hs(bool allow_rpm_hs)
{
	return -ENOSYS;
	return;
}

static inline int msm_spm_probe_done(void)