]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
cgroups: ERR_PTR needs err.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 16 Nov 2011 23:41:40 +0000 (10:41 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 28 Nov 2011 04:37:49 +0000 (15:37 +1100)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/cgroup_task_counter.c

index 237490529bdd6dbda2395f356139ed5f4d490ee6..d3b2a8290fef57c3d9c8b2c5d2fe14e12a38c79b 100644 (file)
@@ -8,11 +8,11 @@
  *
  */
 
+#include <linux/err.h>
 #include <linux/cgroup.h>
 #include <linux/slab.h>
 #include <linux/res_counter.h>
 
-
 struct task_counter {
        struct res_counter              res;
        struct cgroup_subsys_state      css;