From: Stephen Rothwell Date: Wed, 6 Feb 2013 07:26:51 +0000 (+1100) Subject: sparc: explicitly include sched.h to get task_thread_info declaration X-Git-Tag: v3.9-rc1~125^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=26f7936c332a3ddc7ce88d5eceffbac3062ab836;p=platform%2Fupstream%2Fkernel-adaptation-pc.git sparc: explicitly include sched.h to get task_thread_info declaration This was caused by commit 16559ae48c76 ("kgdb: remove #include from kgdb.h") from the tty tree. Signed-off-by: Stephen Rothwell Cc: David S. Miller Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/sparc/kernel/kgdb_32.c b/arch/sparc/kernel/kgdb_32.c index 2e424a5..dcf2108 100644 --- a/arch/sparc/kernel/kgdb_32.c +++ b/arch/sparc/kernel/kgdb_32.c @@ -5,6 +5,7 @@ #include #include +#include #include #include