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: next-20130218~28^2~23 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-linux.git;a=commitdiff_plain;h=26f7936c332a3ddc7ce88d5eceffbac3062ab836;ds=sidebyside 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 2e424a576a36..dcf210811af4 100644 --- a/arch/sparc/kernel/kgdb_32.c +++ b/arch/sparc/kernel/kgdb_32.c @@ -5,6 +5,7 @@ #include #include +#include #include #include