[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <5135688E.5080604@huawei.com>
Date: Tue, 5 Mar 2013 11:37:50 +0800
From: Li Zefan <lizefan@...wei.com>
To: Andrew Morton <akpm@...ux-foundation.org>
CC: lkml <linux-kernel@...r.kernel.org>,
cgroups <cgroups@...r.kernel.org>, Tejun Heo <tj@...nel.org>
Subject: [PATCH] res_counter: remove include of cgroup.h from res_counter.h
It's not needed at all.
Signed-off-by: Li Zefan <lizefan@...wei.com>
---
include/linux/res_counter.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/res_counter.h b/include/linux/res_counter.h
index 5ae8456..a83a849 100644
--- a/include/linux/res_counter.h
+++ b/include/linux/res_counter.h
@@ -13,7 +13,7 @@
* info about what this counter is.
*/
-#include <linux/cgroup.h>
+#include <linux/spinlock.h>
/*
* The core object. the cgroup that wishes to account for some
--
1.8.0.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists