public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cgroups: remove duplicate include
@ 2010-03-15  3:17 Li Zefan
  2010-03-15  3:20 ` Li Zefan
  0 siblings, 1 reply; 3+ messages in thread
From: Li Zefan @ 2010-03-15  3:17 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Paul Menage, LKML, containers@lists.osdl.org

commit e6a1105b ("cgroups: subsystem module loading interface")
and commit c50cc752 ("sched, cgroups: Fix module export")
result in duplicate including of cgroup.h

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
---
 kernel/cgroup.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index ef909a3..e2769e1 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -27,7 +27,6 @@
  */
 
 #include <linux/cgroup.h>
-#include <linux/module.h>
 #include <linux/ctype.h>
 #include <linux/errno.h>
 #include <linux/fs.h>
-- 
1.6.3

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

end of thread, other threads:[~2010-03-15 18:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-15  3:17 [PATCH] cgroups: remove duplicate include Li Zefan
2010-03-15  3:20 ` Li Zefan
2010-03-15 17:53   ` Paul Menage

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