mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
ANDROID: 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. Change-Id: Ic1d18f62877c1e23413f00fd668eb4974dbe90ff 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:
parent
f122216df5
commit
660cd193f8
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user