include: linux: cgroup: Fix compiler warning
authorDaniel Rosenberg <drosen@google.com>
Mon, 12 Jan 2015 22:21:52 +0000 (14:21 -0800)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:53:45 +0000 (13:53 -0800)
Signed-off-by: Daniel Rosenberg <drosen@google.com>
include/linux/cgroup.h

index 5c30867511cf1b90ad4c0bb200e7f4e5be3b67d6..1cb19feddcb2f802eb9220d8f9c7b08bc858a95f 100644 (file)
@@ -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;
 }