diff options
author | Li Zefan <lizefan@huawei.com> | 2013-03-05 04:37:50 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2013-03-05 18:33:26 +0100 |
commit | 9259826ccb8165f797e4c2c9d17925b41af5f6ae (patch) | |
tree | 55f60680ceb20e9f47dfa2031d2a97ab012c826d /include | |
parent | cgroup: avoid accessing modular cgroup subsys structure without locking (diff) | |
download | linux-9259826ccb8165f797e4c2c9d17925b41af5f6ae.tar.xz linux-9259826ccb8165f797e4c2c9d17925b41af5f6ae.zip |
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')
-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 |