]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
cgroups: ERR_PTR needs err.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 24 Oct 2011 14:59:59 +0000 (01:59 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 1 Nov 2011 08:41:41 +0000 (19:41 +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;