diff options
-rw-r--r-- | drivers/scsi/sym53c8xx_2/sym_hipd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sym53c8xx_2/sym_hipd.c b/drivers/scsi/sym53c8xx_2/sym_hipd.c index a95b262bbe89..b2ac482caae8 100644 --- a/drivers/scsi/sym53c8xx_2/sym_hipd.c +++ b/drivers/scsi/sym53c8xx_2/sym_hipd.c | |||
@@ -472,7 +472,7 @@ static int sym_getpciclock (struct sym_hcb *np) | |||
472 | * calculations more simple. | 472 | * calculations more simple. |
473 | */ | 473 | */ |
474 | #define _5M 5000000 | 474 | #define _5M 5000000 |
475 | static u32 div_10M[] = {2*_5M, 3*_5M, 4*_5M, 6*_5M, 8*_5M, 12*_5M, 16*_5M}; | 475 | static const u32 div_10M[] = {2*_5M, 3*_5M, 4*_5M, 6*_5M, 8*_5M, 12*_5M, 16*_5M}; |
476 | 476 | ||
477 | /* | 477 | /* |
478 | * Get clock factor and sync divisor for a given | 478 | * Get clock factor and sync divisor for a given |