diff options
author | Li Zefan <lizf@cn.fujitsu.com> | 2009-06-18 01:27:16 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-18 22:03:47 +0200 |
commit | 20ebcdda78a282d1d5266887ddf8a2d670182576 (patch) | |
tree | 99186bc3125ea5df5853ba58314b5944926ab8a0 /include | |
parent | memcg: remove some redundant checks (diff) | |
download | linux-20ebcdda78a282d1d5266887ddf8a2d670182576.tar.xz linux-20ebcdda78a282d1d5266887ddf8a2d670182576.zip |
memcg: remove unneeded forward declaration from sched.h
This forward declaration seems pointless.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Cc: Balbir Singh <balbir@linux.vnet.ibm.com>
Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 02042e7f2196..d0342101756a 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -92,7 +92,6 @@ struct sched_param { #include <asm/processor.h> -struct mem_cgroup; struct exec_domain; struct futex_pi_state; struct robust_list_head; |