projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c21ead
)
cpuset: remove an unncessary forward declaration
author
Li Zefan
<lizefan@huawei.com>
Tue, 13 Aug 2013 01:17:33 +0000
(09:17 +0800)
committer
Tejun Heo
<tj@kernel.org>
Wed, 14 Aug 2013 00:23:06 +0000
(20:23 -0400)
Signed-off-by: Li Zefan <lizefan@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cpuset.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/cpuset.c
b/kernel/cpuset.c
index 72a0383f382fa75e5d2d64f4d34fba4f2289873d..95f4b25e153863cad13aa0f443d46897c4da27e3 100644
(file)
--- a/
kernel/cpuset.c
+++ b/
kernel/cpuset.c
@@
-68,9
+68,6
@@
*/
int number_of_cpusets __read_mostly;
-/* Forward declare cgroup structures */
-struct cgroup_subsys cpuset_subsys;
-
/* See "Frequency meter" comments, below. */
struct fmeter {