summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
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/scsi
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/scsi')
-rw-r--r--drivers/scsi/sgiwd93.c10
1 files changed, 5 insertions, 5 deletions
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>