]> err.no Git - linux-2.6/blobdiff - drivers/scsi/aic7xxx/aic79xx_proc.c
Merge git://oss.sgi.com:8090/xfs/linux-2.6
[linux-2.6] / drivers / scsi / aic7xxx / aic79xx_proc.c
index c5f0ee59150963a0f7a564cd9b3ec51f9a345d75..014bed716e7c9e349e51af90a8ec739927d7cc6c 100644 (file)
@@ -57,7 +57,7 @@ static int    ahd_proc_write_seeprom(struct ahd_softc *ahd,
  * Table of syncrates that don't follow the "divisible by 4"
  * rule. This table will be expanded in future SCSI specs.
  */
-static struct {
+static const struct {
        u_int period_factor;
        u_int period;   /* in 100ths of ns */
 } scsi_syncrates[] = {
@@ -136,7 +136,7 @@ copy_info(struct info_str *info, char *fmt, ...)
        return (len);
 }
 
-void
+static void
 ahd_format_transinfo(struct info_str *info, struct ahd_transinfo *tinfo)
 {
        u_int speed;