]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
cgroups: ERR_PTR needs err.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Oct 2011 08:20:15 +0000 (19:20 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 6 Oct 2011 06:00:44 +0000 (17:00 +1100)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
kernel/cgroup_task_counter.c

index 237490529bdd6dbda2395f356139ed5f4d490ee6..201d8e3e9ed310079c36da6815acb0a29802ca11 100644 (file)
@@ -11,6 +11,7 @@
 #include <linux/cgroup.h>
 #include <linux/slab.h>
 #include <linux/res_counter.h>
+#include <linux/err.h>
 
 
 struct task_counter {