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-Url: http://git.maquefel.me/?a=commitdiff_plain;h=26f7936c332a3ddc7ce88d5eceffbac3062ab836;p=linux.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 2e424a576a36e..dcf210811af4e 100644 --- a/arch/sparc/kernel/kgdb_32.c +++ b/arch/sparc/kernel/kgdb_32.c @@ -5,6 +5,7 @@ #include #include +#include #include #include