diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2008-04-24 22:36:01 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-04-27 13:20:00 -0400 |
commit | 980b306a297725d4f25c779ca15086de757acadf (patch) | |
tree | 74a8c1482fa49eaec5100438c75735cab83adf2a /drivers/scsi/aic7xxx/aic7xxx_proc.c | |
parent | d1d7b19d433188e94fc87cc7ca66363cd77a0bba (diff) |
[SCSI] aic7xxx: add const
This patch adds more const keywords where appropriate.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Acked-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/aic7xxx/aic7xxx_proc.c')
-rw-r--r-- | drivers/scsi/aic7xxx/aic7xxx_proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx/aic7xxx_proc.c b/drivers/scsi/aic7xxx/aic7xxx_proc.c index 3afa34c7c591..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[] = { |