Skip to content

Commit

Permalink
cgroups: remove duplicate include
Browse files Browse the repository at this point in the history
commit e6a1105 ("cgroups: subsystem module loading interface") and commit
c50cc75 ("sched, cgroups: Fix module export") result in duplicate
including of module.h

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Acked-by: Paul Menage <menage@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Li Zefan authored and Linus Torvalds committed Mar 24, 2010
1 parent 5cfb80a commit 9d34706
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
*/

#include <linux/cgroup.h>
#include <linux/module.h>
#include <linux/ctype.h>
#include <linux/errno.h>
#include <linux/fs.h>
Expand Down

0 comments on commit 9d34706

Please sign in to comment.