diff options
Diffstat (limited to 'drivers/scsi/gvp11.c')
-rw-r--r-- | drivers/scsi/gvp11.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/scsi/gvp11.c b/drivers/scsi/gvp11.c index d12342fa8199..5b154498056d 100644 --- a/drivers/scsi/gvp11.c +++ b/drivers/scsi/gvp11.c | |||
@@ -2,7 +2,6 @@ | |||
2 | #include <linux/mm.h> | 2 | #include <linux/mm.h> |
3 | #include <linux/blkdev.h> | 3 | #include <linux/blkdev.h> |
4 | #include <linux/sched.h> | 4 | #include <linux/sched.h> |
5 | #include <linux/version.h> | ||
6 | #include <linux/init.h> | 5 | #include <linux/init.h> |
7 | #include <linux/interrupt.h> | 6 | #include <linux/interrupt.h> |
8 | 7 | ||
@@ -170,7 +169,7 @@ static void dma_stop (struct Scsi_Host *instance, Scsi_Cmnd *SCpnt, | |||
170 | 169 | ||
171 | #define CHECK_WD33C93 | 170 | #define CHECK_WD33C93 |
172 | 171 | ||
173 | int __init gvp11_detect(Scsi_Host_Template *tpnt) | 172 | int __init gvp11_detect(struct scsi_host_template *tpnt) |
174 | { | 173 | { |
175 | static unsigned char called = 0; | 174 | static unsigned char called = 0; |
176 | struct Scsi_Host *instance; | 175 | struct Scsi_Host *instance; |
@@ -362,7 +361,7 @@ static int gvp11_bus_reset(Scsi_Cmnd *cmd) | |||
362 | 361 | ||
363 | #include "gvp11.h" | 362 | #include "gvp11.h" |
364 | 363 | ||
365 | static Scsi_Host_Template driver_template = { | 364 | static struct scsi_host_template driver_template = { |
366 | .proc_name = "GVP11", | 365 | .proc_name = "GVP11", |
367 | .name = "GVP Series II SCSI", | 366 | .name = "GVP Series II SCSI", |
368 | .detect = gvp11_detect, | 367 | .detect = gvp11_detect, |