Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Simple compile fix
@ 2003-06-01 17:58 ilya
  0 siblings, 0 replies; only message in thread
From: ilya @ 2003-06-01 17:58 UTC (permalink / raw)
  To: linux-mips

[-- Attachment #1: Type: text/plain, Size: 580 bytes --]

ip32-berr.c misses #include <linux/sched.h>

Index: arch/mips/sgi-ip32/ip32-berr.c
===================================================================
RCS file: /home/cvs/linux/arch/mips/sgi-ip32/ip32-berr.c,v
retrieving revision 1.4
diff -u -r1.4 ip32-berr.c
--- arch/mips/sgi-ip32/ip32-berr.c      14 Apr 2003 16:33:24 -0000      1.4
+++ arch/mips/sgi-ip32/ip32-berr.c      1 Jun 2003 17:56:58 -0000
@@ -9,6 +9,7 @@
  */
 #include <linux/init.h>
 #include <linux/kernel.h>
+#include <linux/sched.h>
 #include <asm/traps.h>
 #include <asm/uaccess.h>
 #include <asm/addrspace.h>


[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-06-01 17:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-01 17:58 Simple compile fix ilya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox