diff options
| author | Daniel Rosenberg <drosen@google.com> | 2015-01-12 14:21:52 -0800 |
|---|---|---|
| committer | John Stultz <john.stultz@linaro.org> | 2016-02-16 13:53:45 -0800 |
| commit | 205cfee796888a40f31a54540c6046718bb4da7c (patch) | |
| tree | 4e1c0a824aba348ec49e4503107f09ea5af0ba6f /include/linux | |
| parent | f4adb71017ba546f8077b681c3953479e580a541 (diff) | |
include: linux: cgroup: Fix compiler warning
Signed-off-by: Daniel Rosenberg <drosen@google.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/cgroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
