diff options
Diffstat (limited to 'drivers/scsi/advansys.c')
-rw-r--r-- | drivers/scsi/advansys.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/advansys.c b/drivers/scsi/advansys.c index f4cfb8f29620..28b93057b607 100644 --- a/drivers/scsi/advansys.c +++ b/drivers/scsi/advansys.c | |||
@@ -114,7 +114,7 @@ | |||
114 | #include "advansys.h" | 114 | #include "advansys.h" |
115 | #endif | 115 | #endif |
116 | 116 | ||
117 | and after "static Scsi_Host_Template builtin_scsi_hosts[] =": | 117 | and after "static struct scsi_host_template builtin_scsi_hosts[] =": |
118 | 118 | ||
119 | #ifdef CONFIG_SCSI_ADVANSYS | 119 | #ifdef CONFIG_SCSI_ADVANSYS |
120 | ADVANSYS, | 120 | ADVANSYS, |
@@ -160,7 +160,7 @@ | |||
160 | --- Driver Structures | 160 | --- Driver Structures |
161 | --- Driver Data | 161 | --- Driver Data |
162 | --- Driver Function Prototypes | 162 | --- Driver Function Prototypes |
163 | --- Linux 'Scsi_Host_Template' and advansys_setup() Functions | 163 | --- Linux 'struct scsi_host_template' and advansys_setup() Functions |
164 | --- Loadable Driver Support | 164 | --- Loadable Driver Support |
165 | --- Miscellaneous Driver Functions | 165 | --- Miscellaneous Driver Functions |
166 | --- Functions Required by the Asc Library | 166 | --- Functions Required by the Asc Library |
@@ -4068,7 +4068,7 @@ STATIC void asc_prt_hex(char *f, uchar *, int); | |||
4068 | 4068 | ||
4069 | 4069 | ||
4070 | /* | 4070 | /* |
4071 | * --- Linux 'Scsi_Host_Template' and advansys_setup() Functions | 4071 | * --- Linux 'struct scsi_host_template' and advansys_setup() Functions |
4072 | */ | 4072 | */ |
4073 | 4073 | ||
4074 | #ifdef CONFIG_PROC_FS | 4074 | #ifdef CONFIG_PROC_FS |