diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index ffd563de2ea1..1edbda9e0773 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h @@ -883,7 +883,7 @@ static inline int cgroup_attach_task_all(struct task_struct *from, } static inline int subsys_cgroup_allow_attach(struct cgroup_subsys_state *css, - struct cgroup_taskset *tset) + void *tset) { return 0; }