projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a698b44
)
cpuset: get rid of the useless forward declaration of cpuset
author
Zhao Hongjiang
<zhaohongjiang@huawei.com>
Sat, 27 Jul 2013 03:56:49 +0000
(11:56 +0800)
committer
Tejun Heo
<tj@kernel.org>
Mon, 29 Jul 2013 18:08:08 +0000
(14:08 -0400)
get rid of the useless forward declaration of the struct cpuset cause the
below define it.
Signed-off-by: Zhao Hongjiang <zhaohongjiang@huawei.com>
Acked-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 e5657788feddfefaaed5f7ce3ce2ac26ca80a9c1..2ddd9b93feaacea6fd619a0163dee1c18ffcd67a 100644
(file)
--- a/
kernel/cpuset.c
+++ b/
kernel/cpuset.c
@@
-70,7
+70,6
@@
int number_of_cpusets __read_mostly;
/* Forward declare cgroup structures */
struct cgroup_subsys cpuset_subsys;
-struct cpuset;
/* See "Frequency meter" comments, below. */