diff options
Diffstat (limited to 'drivers/scsi/a2091.c')
-rw-r--r-- | drivers/scsi/a2091.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/a2091.c b/drivers/scsi/a2091.c index f7a1751e892d..1589007e5a2a 100644 --- a/drivers/scsi/a2091.c +++ b/drivers/scsi/a2091.c | |||
@@ -173,7 +173,7 @@ static void dma_stop (struct Scsi_Host *instance, Scsi_Cmnd *SCpnt, | |||
173 | } | 173 | } |
174 | } | 174 | } |
175 | 175 | ||
176 | int __init a2091_detect(Scsi_Host_Template *tpnt) | 176 | int __init a2091_detect(struct scsi_host_template *tpnt) |
177 | { | 177 | { |
178 | static unsigned char called = 0; | 178 | static unsigned char called = 0; |
179 | struct Scsi_Host *instance; | 179 | struct Scsi_Host *instance; |
@@ -234,7 +234,7 @@ static int a2091_bus_reset(Scsi_Cmnd *cmd) | |||
234 | 234 | ||
235 | #define HOSTS_C | 235 | #define HOSTS_C |
236 | 236 | ||
237 | static Scsi_Host_Template driver_template = { | 237 | static struct scsi_host_template driver_template = { |
238 | .proc_name = "A2901", | 238 | .proc_name = "A2901", |
239 | .name = "Commodore A2091/A590 SCSI", | 239 | .name = "Commodore A2091/A590 SCSI", |
240 | .detect = a2091_detect, | 240 | .detect = a2091_detect, |