diff options
author | Li Zefan <lizefan@huawei.com> | 2013-03-05 11:37:50 +0800 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2013-03-05 09:33:26 -0800 |
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 @@ * 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 |