public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] cpuset: remove an unncessary forward declaration
@ 2013-08-13  1:17 Li Zefan
  2013-08-13  1:17 ` [PATCH 2/2] cpuset: remove redundant checks in file write functions Li Zefan
  2013-08-13 14:53 ` [PATCH 1/2] cpuset: remove an unncessary forward declaration Tejun Heo
  0 siblings, 2 replies; 8+ messages in thread
From: Li Zefan @ 2013-08-13  1:17 UTC (permalink / raw)
  To: Tejun Heo; +Cc: LKML, cgroups


Signed-off-by: Li Zefan <lizefan@huawei.com>
---
 kernel/cpuset.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/kernel/cpuset.c b/kernel/cpuset.c
index bf69717..9d8d637 100644
--- 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 {
-- 
1.8.0.2


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-08-16  6:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-13  1:17 [PATCH 1/2] cpuset: remove an unncessary forward declaration Li Zefan
2013-08-13  1:17 ` [PATCH 2/2] cpuset: remove redundant checks in file write functions Li Zefan
2013-08-13  2:07   ` Li Zefan
2013-08-13 15:05   ` Tejun Heo
2013-08-14  2:01     ` Li Zefan
2013-08-14 13:30       ` Tejun Heo
2013-08-16  6:48         ` Li Zefan
2013-08-13 14:53 ` [PATCH 1/2] cpuset: remove an unncessary forward declaration Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox