From: Stephen Rothwell Date: Wed, 5 Oct 2011 08:20:15 +0000 (+1100) Subject: cgroups: ERR_PTR needs err.h X-Git-Tag: next-20111006~1^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e086d6fb892d06e04fa43d7f7d7f08dc5e2e0f69;p=karo-tx-linux.git cgroups: ERR_PTR needs err.h Signed-off-by: Stephen Rothwell --- diff --git a/kernel/cgroup_task_counter.c b/kernel/cgroup_task_counter.c index 237490529bdd..201d8e3e9ed3 100644 --- a/kernel/cgroup_task_counter.c +++ b/kernel/cgroup_task_counter.c @@ -11,6 +11,7 @@ #include #include #include +#include struct task_counter {