sched/walt: include missing header for arm_timer_read_counter()

Include clocksource/arm_arch_timer.h to fix implicit function
declaration of ‘arch_timer_read_counter’ build error for ARCH=arm.

Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
[jstultz: Cherry-picked from common/android-3.18]
Signed-off-by: John Stultz <john.stultz@linaro.org>
This commit is contained in:
Amit Pundir
2016-08-25 11:06:37 +05:30
committed by John Stultz
parent 341e02d8bb
commit 1c81f45725

View File

@@ -22,6 +22,7 @@
#include <linux/syscore_ops.h>
#include <linux/cpufreq.h>
#include <trace/events/sched.h>
#include <clocksource/arm_arch_timer.h>
#include "sched.h"
#include "walt.h"