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

Commit 17ebf063 authored by Vikram Mulukutla's avatar Vikram Mulukutla Committed by Jonathan Avila
Browse files

cpufreq: Use the new sched/topology header



Most of the toplogy related declarations have been moved
out of include/linux/sched.h. Use the new header.

Change-Id: If7b83d986c14dce58a68a3f89d5f539398661d7e
Signed-off-by: default avatarVikram Mulukutla <markivx@codeaurora.org>
Signed-off-by: default avatarSatya Durga Srinivasu Prabhala <satyap@codeaurora.org>
Signed-off-by: default avatarJonathan Avila <avilaj@codeaurora.org>
parent db395752
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -31,6 +31,8 @@
#include <linux/suspend.h>
#include <linux/syscore_ops.h>
#include <linux/tick.h>
#include <linux/sched/topology.h>

#include <trace/events/power.h>

static LIST_HEAD(cpufreq_policy_list);