diff options
Diffstat (limited to 'drivers/scsi/aic7xxx/aic7xxx_proc.c')
-rw-r--r-- | drivers/scsi/aic7xxx/aic7xxx_proc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/aic7xxx/aic7xxx_proc.c b/drivers/scsi/aic7xxx/aic7xxx_proc.c index 99e5443e7535..e92991a7c485 100644 --- a/drivers/scsi/aic7xxx/aic7xxx_proc.c +++ b/drivers/scsi/aic7xxx/aic7xxx_proc.c | |||
@@ -58,7 +58,7 @@ static int ahc_proc_write_seeprom(struct ahc_softc *ahc, | |||
58 | * Table of syncrates that don't follow the "divisible by 4" | 58 | * Table of syncrates that don't follow the "divisible by 4" |
59 | * rule. This table will be expanded in future SCSI specs. | 59 | * rule. This table will be expanded in future SCSI specs. |
60 | */ | 60 | */ |
61 | static struct { | 61 | static const struct { |
62 | u_int period_factor; | 62 | u_int period_factor; |
63 | u_int period; /* in 100ths of ns */ | 63 | u_int period; /* in 100ths of ns */ |
64 | } scsi_syncrates[] = { | 64 | } scsi_syncrates[] = { |
@@ -137,7 +137,7 @@ copy_info(struct info_str *info, char *fmt, ...) | |||
137 | return (len); | 137 | return (len); |
138 | } | 138 | } |
139 | 139 | ||
140 | void | 140 | static void |
141 | ahc_format_transinfo(struct info_str *info, struct ahc_transinfo *tinfo) | 141 | ahc_format_transinfo(struct info_str *info, struct ahc_transinfo *tinfo) |
142 | { | 142 | { |
143 | u_int speed; | 143 | u_int speed; |