projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
479f614
)
sched/cpuacct/UML: Fix header file dependency bug on the UML build
author
Ingo Molnar
<mingo@kernel.org>
Wed, 10 Apr 2013 13:10:50 +0000
(15:10 +0200)
committer
Ingo Molnar
<mingo@kernel.org>
Wed, 10 Apr 2013 13:12:41 +0000
(15:12 +0200)
The cpuacct split caused this build failure on UML:
kernel/sched/cpuacct.c:94:2: error: implicit declaration of function 'ERR_PTR'
Cc: Li Zefan <lizefan@huawei.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/cpuacct.c
patch
|
blob
|
history
diff --git
a/kernel/sched/cpuacct.c
b/kernel/sched/cpuacct.c
index
ef57ab6
..
dbb7e2c
100644
(file)
--- a/
kernel/sched/cpuacct.c
+++ b/
kernel/sched/cpuacct.c
@@
-6,6
+6,7
@@
#include <linux/seq_file.h>
#include <linux/rcupdate.h>
#include <linux/kernel_stat.h>
+#include <linux/err.h>
#include "sched.h"