Merge "core_ctl: Export boost function"

This commit is contained in:
Linux Build Service Account 2016-11-15 04:07:49 -08:00 committed by Gerrit - the friendly Code Review server
commit 2ce4f26719

View file

@ -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)
{ {