From 205cfee796888a40f31a54540c6046718bb4da7c Mon Sep 17 00:00:00 2001 From: Daniel Rosenberg Date: Mon, 12 Jan 2015 14:21:52 -0800 Subject: [PATCH] include: linux: cgroup: Fix compiler warning Signed-off-by: Daniel Rosenberg --- include/linux/cgroup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index 5c30867511cf..1cb19feddcb2 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h @@ -564,7 +564,7 @@ static inline int cgroup_init_early(void) { return 0; } static inline int cgroup_init(void) { return 0; } static inline int subsys_cgroup_allow_attach(struct cgroup_subsys_state *css, - struct cgroup_taskset *tset) + void *tset) { return -EINVAL; } -- 2.34.1