summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-02-21 15:05:48 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-02-21 15:05:48 +0000
commitf831761323367a47babf4b3b3dcf7e3d1704a042 (patch)
treea030a4be136ccdcb891eee75ef91d739a61db72c /drivers/scsi
parentad9f21fd1f0d0a80e8b82e34215416664f99805d (diff)
Compile fixes.
Diffstat (limited to 'drivers/scsi')
-rw-r--r--drivers/scsi/sgiwd93.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/sgiwd93.c b/drivers/scsi/sgiwd93.c
index 8be968051..a1ab378cd 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.18 2000/01/29 01:42:18 ralf Exp $
+ * $Id: sgiwd93.c,v 1.19 2000/02/04 07:40:47 ralf Exp $
*/
#include <linux/init.h>
#include <linux/types.h>
@@ -293,7 +293,7 @@ int __init sgiwd93_detect(Scsi_Host_Template *SGIblows)
request_irq(SGI_WD93_0_IRQ, sgiwd93_intr, 0, "SGI WD93", (void *) sgiwd93_host);
/* set up second controller on the Indigo2 */
if(!sgi_guiness) {
- sgiwd93_host1 = scsi_register(HPsUX, sizeof(struct WD33C93_hostdata));
+ sgiwd93_host1 = scsi_register(SGIblows, sizeof(struct WD33C93_hostdata));
sgiwd93_host1->base = (unsigned char *) hregs1;
sgiwd93_host1->irq = SGI_WD93_1_IRQ;