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

Commit d867c6f4 authored by Olav Haugan's avatar Olav Haugan Committed by Gerrit - the friendly Code Review server
Browse files

core_ctl: Export boost function



Export core control boost function to make it accessible to kernel
modules.

Change-Id: Ibd8a3a9df928e47d38acd2e8a52e5b4ac2f51599
Signed-off-by: default avatarOlav Haugan <ohaugan@codeaurora.org>
Signed-off-by: default avatarSatya Durga Srinivasu Prabhala <satyap@codeaurora.org>
parent f8102d8f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -687,6 +687,7 @@ int core_ctl_set_boost(bool boost)


	return ret;
	return ret;
}
}
EXPORT_SYMBOL(core_ctl_set_boost);


void core_ctl_check(u64 wallclock)
void core_ctl_check(u64 wallclock)
{
{