]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/cgroup_task_counter.c
cgroups: ERR_PTR needs err.h
[karo-tx-linux.git] / 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;