projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4adb71
)
include: linux: cgroup: Fix compiler warning
author
Daniel Rosenberg
<drosen@google.com>
Mon, 12 Jan 2015 22:21:52 +0000
(14:21 -0800)
committer
John 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
patch
|
blob
|
history
diff --git
a/include/linux/cgroup.h
b/include/linux/cgroup.h
index 5c30867511cf1b90ad4c0bb200e7f4e5be3b67d6..1cb19feddcb2f802eb9220d8f9c7b08bc858a95f 100644
(file)
--- 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;
}