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

Commit 5641f26e authored by Lingutla Chandrasekhar's avatar Lingutla Chandrasekhar
Browse files

sched: fix 32 bit compilation errors



arch_update_cpu_capacity() is used without including the
corresponding header file, fix the compilation error by
including the header.

Change-Id: Ib55c200fb3d19603194cd119cabed75d7d7ce6ba
Signed-off-by: default avatarLingutla Chandrasekhar <clingutla@codeaurora.org>
parent 5e4a6df7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -30,6 +30,8 @@
#include <linux/pm_opp.h>
#include <linux/platform_device.h>

#include "sched.h"

struct sched_group_energy *sge_array[NR_CPUS][NR_SD_LEVELS];

static void free_resources(void)