From: Stephen Rothwell Date: Tue, 8 Nov 2011 00:20:22 +0000 (+1100) Subject: cgroups: ERR_PTR needs err.h X-Git-Tag: next-20111114~2^2~10 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c04671c08cdb0dc8dbc6ba4120d504c5ea8fbdf6;p=karo-tx-linux.git cgroups: ERR_PTR needs err.h Signed-off-by: Stephen Rothwell Cc: Frederic Weisbecker Signed-off-by: Andrew Morton --- diff --git a/kernel/cgroup_task_counter.c b/kernel/cgroup_task_counter.c index 237490529bdd..d3b2a8290fef 100644 --- a/kernel/cgroup_task_counter.c +++ b/kernel/cgroup_task_counter.c @@ -8,11 +8,11 @@ * */ +#include #include #include #include - struct task_counter { struct res_counter res; struct cgroup_subsys_state css;