mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
ANDROID: cpufreq: times: Add missing includes
Without these, the goldfish x86 and x86_64 builds fail. Test: build kernel for goldfish x86 and x86_64 Change-Id: I1cbdbaaa03404975ee51c7420927d605074c93e4 Signed-off-by: Connor O'Brien <connoro@google.com>
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
#define _LINUX_CPUFREQ_TIMES_H
|
||||
|
||||
#include <linux/cpufreq.h>
|
||||
#include <linux/cputime.h>
|
||||
#include <linux/pid.h>
|
||||
|
||||
#ifdef CONFIG_CPU_FREQ_TIMES
|
||||
void cpufreq_task_times_init(struct task_struct *p);
|
||||
|
||||
Reference in New Issue
Block a user