summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-10-21 00:23:04 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-10-21 00:23:04 +0000
commit7ff64273bcea5c51a389ce1766e3765eff9a51f7 (patch)
treedea2a2fbaeb41657d4a99b1f18a42c22464cb20b /drivers
parent3c230e92ef761debb676d8790010c30230415f90 (diff)
Move various headers into a SGI specific subdirectory. These files
need to be at the same place for MIPS32 and MIPS64. Make the semaphore code actually compile.
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/sgiseeq.c6
-rw-r--r--drivers/scsi/sgiwd93.c10
-rw-r--r--drivers/sgi/char/sgiserial.c4
3 files changed, 10 insertions, 10 deletions
diff --git a/drivers/net/sgiseeq.c b/drivers/net/sgiseeq.c
index c6a453b61..234242746 100644
--- a/drivers/net/sgiseeq.c
+++ b/drivers/net/sgiseeq.c
@@ -1,4 +1,4 @@
-/* $Id: sgiseeq.c,v 1.10 1999/08/11 20:26:50 andrewb Exp $
+/* $Id: sgiseeq.c,v 1.11 1999/10/09 00:01:24 ralf Exp $
*
* sgiseeq.c: Seeq8003 ethernet driver for SGI machines.
*
@@ -31,8 +31,8 @@
#include <linux/etherdevice.h>
#include <linux/skbuff.h>
-#include <asm/sgihpc.h>
-#include <asm/sgint23.h>
+#include <asm/sgi/sgihpc.h>
+#include <asm/sgi/sgint23.h>
#include <asm/sgialib.h>
#include "sgiseeq.h"
diff --git a/drivers/scsi/sgiwd93.c b/drivers/scsi/sgiwd93.c
index 057bf3873..b2196ff23 100644
--- a/drivers/scsi/sgiwd93.c
+++ b/drivers/scsi/sgiwd93.c
@@ -7,7 +7,7 @@
*
* (In all truth, Jed Schimmel wrote all this code.)
*
- * $Id: sgiwd93.c,v 1.15 1999/08/11 20:26:51 andrewb Exp $
+ * $Id: sgiwd93.c,v 1.16 1999/10/09 00:01:31 ralf Exp $
*/
#include <linux/init.h>
#include <linux/types.h>
@@ -19,11 +19,11 @@
#include <asm/page.h>
#include <asm/pgtable.h>
-#include <asm/sgi.h>
#include <asm/sgialib.h>
-#include <asm/sgimc.h>
-#include <asm/sgihpc.h>
-#include <asm/sgint23.h>
+#include <asm/sgi/sgi.h>
+#include <asm/sgi/sgimc.h>
+#include <asm/sgi/sgihpc.h>
+#include <asm/sgi/sgint23.h>
#include <asm/irq.h>
#include <asm/io.h>
diff --git a/drivers/sgi/char/sgiserial.c b/drivers/sgi/char/sgiserial.c
index 08cc902df..ed9928cdd 100644
--- a/drivers/sgi/char/sgiserial.c
+++ b/drivers/sgi/char/sgiserial.c
@@ -37,8 +37,8 @@
#include <asm/sgialib.h>
#include <asm/system.h>
#include <asm/bitops.h>
-#include <asm/sgihpc.h>
-#include <asm/sgint23.h>
+#include <asm/sgi/sgihpc.h>
+#include <asm/sgi/sgint23.h>
#include <asm/uaccess.h>
#include "sgiserial.h"