diff options
author | Li Zefan <lizefan@huawei.com> | 2013-03-04 22:37:50 -0500 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2013-03-05 12:33:26 -0500 |
commit | 9259826ccb8165f797e4c2c9d17925b41af5f6ae (patch) | |
tree | 55f60680ceb20e9f47dfa2031d2a97ab012c826d /include/linux/res_counter.h | |
parent | 7d8e0bf56a66bab08d2f316dd87e56c08cecb899 (diff) |
res_counter: remove include of cgroup.h from res_counter.h
It's not needed at all.
Signed-off-by: Li Zefan <lizefan@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'include/linux/res_counter.h')
-rw-r--r-- | include/linux/res_counter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/res_counter.h b/include/linux/res_counter.h index 5ae8456d9670..a83a849bf1d3 100644 --- a/include/linux/res_counter.h +++ b/include/linux/res_counter.h | |||
@@ -13,7 +13,7 @@ | |||
13 | * info about what this counter is. | 13 | * info about what this counter is. |
14 | */ | 14 | */ |
15 | 15 | ||
16 | #include <linux/cgroup.h> | 16 | #include <linux/spinlock.h> |
17 | 17 | ||
18 | /* | 18 | /* |
19 | * The core object. the cgroup that wishes to account for some | 19 | * The core object. the cgroup that wishes to account for some |