aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLi Zefan <[email protected]>2009-06-17 16:27:16 -0700
committerLinus Torvalds <[email protected]>2009-06-18 13:03:47 -0700
commit20ebcdda78a282d1d5266887ddf8a2d670182576 (patch)
tree99186bc3125ea5df5853ba58314b5944926ab8a0 /include/linux
parent338c843108bf5030d6765f4405126e70f8b77845 (diff)
memcg: remove unneeded forward declaration from sched.h
This forward declaration seems pointless. Signed-off-by: Li Zefan <[email protected]> Cc: Balbir Singh <[email protected]> Acked-by: KAMEZAWA Hiroyuki <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sched.h1
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;