summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/wd33c93.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/wd33c93.c')
-rw-r--r--drivers/scsi/wd33c93.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/wd33c93.c b/drivers/scsi/wd33c93.c
index 4f351e7aa..9d6d45e03 100644
--- a/drivers/scsi/wd33c93.c
+++ b/drivers/scsi/wd33c93.c
@@ -1367,7 +1367,7 @@ uchar sr;
#ifdef CONFIG_SGI_IP22
{
int busycount = 0;
-extern void sgiwd93_reset(uchar*);
+extern void sgiwd93_reset(unsigned long);
/* wait 'til the chip gets some time for us */
while (READ_AUX_STAT() & ASR_BSY && busycount++ < 100)