From: Li Zefan Date: Wed, 17 Jun 2009 23:27:16 +0000 (-0700) Subject: memcg: remove unneeded forward declaration from sched.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=20ebcdda78a282d1d5266887ddf8a2d670182576;p=linux-beck.git memcg: remove unneeded forward declaration from sched.h This forward declaration seems pointless. Signed-off-by: Li Zefan Cc: Balbir Singh Acked-by: KAMEZAWA Hiroyuki Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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 -struct mem_cgroup; struct exec_domain; struct futex_pi_state; struct robust_list_head;