diff options
Diffstat (limited to 'drivers/scsi/sgiwd93.c')
-rw-r--r-- | drivers/scsi/sgiwd93.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/sgiwd93.c b/drivers/scsi/sgiwd93.c index 09fd203e4b86..0a0d8a908c74 100644 --- a/drivers/scsi/sgiwd93.c +++ b/drivers/scsi/sgiwd93.c | |||
@@ -218,7 +218,7 @@ static inline void init_hpc_chain(struct hpc_data *hd) | |||
218 | } | 218 | } |
219 | 219 | ||
220 | static struct Scsi_Host * __init sgiwd93_setup_scsi( | 220 | static struct Scsi_Host * __init sgiwd93_setup_scsi( |
221 | Scsi_Host_Template *SGIblows, int unit, int irq, | 221 | struct scsi_host_template *SGIblows, int unit, int irq, |
222 | struct hpc3_scsiregs *hregs, unsigned char *wdregs) | 222 | struct hpc3_scsiregs *hregs, unsigned char *wdregs) |
223 | { | 223 | { |
224 | struct ip22_hostdata *hdata; | 224 | struct ip22_hostdata *hdata; |
@@ -266,7 +266,7 @@ out_unregister: | |||
266 | return NULL; | 266 | return NULL; |
267 | } | 267 | } |
268 | 268 | ||
269 | int __init sgiwd93_detect(Scsi_Host_Template *SGIblows) | 269 | int __init sgiwd93_detect(struct scsi_host_template *SGIblows) |
270 | { | 270 | { |
271 | int found = 0; | 271 | int found = 0; |
272 | 272 | ||
@@ -325,7 +325,7 @@ static int sgiwd93_bus_reset(Scsi_Cmnd *cmd) | |||
325 | * arguments not with pointers. So this is going to blow up beautyfully | 325 | * arguments not with pointers. So this is going to blow up beautyfully |
326 | * on 64-bit systems with memory outside the compat address spaces. | 326 | * on 64-bit systems with memory outside the compat address spaces. |
327 | */ | 327 | */ |
328 | static Scsi_Host_Template driver_template = { | 328 | static struct scsi_host_template driver_template = { |
329 | .proc_name = "SGIWD93", | 329 | .proc_name = "SGIWD93", |
330 | .name = "SGI WD93", | 330 | .name = "SGI WD93", |
331 | .detect = sgiwd93_detect, | 331 | .detect = sgiwd93_detect, |