mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
include: linux: cgroup: Fix compiler warning
Signed-off-by: Daniel Rosenberg <drosen@google.com>
This commit is contained in:
committed by
John Stultz
parent
f4adb71017
commit
205cfee796
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user