lkml.org 
[lkml]   [2013]   [Mar]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH 0/8] cgroup: a bunch of cleanups
[PATCH 6/8] cgroup: remove unneeded includes from cgroup.h

Signed-off-by: Li Zefan <lizefan@huawei.com>
---
include/linux/cgroup.h | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h
index 7e818a3..1f75a59 100644
--- a/include/linux/cgroup.h
+++ b/include/linux/cgroup.h
@@ -9,11 +9,8 @@
*/

#include <linux/sched.h>
-#include <linux/cpumask.h>
-#include <linux/nodemask.h>
#include <linux/rcupdate.h>
#include <linux/rculist.h>
-#include <linux/cgroupstats.h>
#include <linux/prio_heap.h>
#include <linux/rwsem.h>
#include <linux/idr.h>
@@ -22,6 +19,7 @@

#ifdef CONFIG_CGROUPS

+struct cgroupstats;
struct cgroupfs_root;
struct cgroup_subsys;
struct inode;
--
1.8.0.2


\
 
 \ /
  Last update: 2013-03-12 08:41    [W:0.075 / U:0.152 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site