projects
/
profile
/
ivi
/
kernel-x86-ivi.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
|
history
diff --git
a/kernel/cpuset.c
b/kernel/cpuset.c
index
72a0383
..
95f4b25
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 {