From f831761323367a47babf4b3b3dcf7e3d1704a042 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 21 Feb 2000 15:05:48 +0000 Subject: Compile fixes. --- drivers/scsi/sgiwd93.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/scsi') 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 #include @@ -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; -- cgit v1.2.3