Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 205cfee7 authored by Daniel Rosenberg's avatar Daniel Rosenberg Committed by John Stultz
Browse files

include: linux: cgroup: Fix compiler warning

parent f4adb710
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}