Commit 26f7936c332a3ddc7ce88d5eceffbac3062ab836

Authored by Stephen Rothwell
Committed by Greg Kroah-Hartman
1 parent cdc8da3998

sparc: explicitly include sched.h to get task_thread_info declaration

This was caused by commit 16559ae48c76 ("kgdb: remove #include
<linux/serial_8250.h> from kgdb.h") from the tty tree.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

arch/sparc/kernel/kgdb_32.c
... ... @@ -5,6 +5,7 @@
5 5  
6 6 #include <linux/kgdb.h>
7 7 #include <linux/kdebug.h>
  8 +#include <linux/sched.h>
8 9  
9 10 #include <asm/kdebug.h>
10 11 #include <asm/ptrace.h>