diff options
Diffstat (limited to 'drivers/scsi/st.c')
-rw-r--r-- | drivers/scsi/st.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/st.c b/drivers/scsi/st.c index 7ac6ea141fff..6d9078705c5b 100644 --- a/drivers/scsi/st.c +++ b/drivers/scsi/st.c | |||
@@ -17,7 +17,7 @@ | |||
17 | Last modified: 18-JAN-1998 Richard Gooch <rgooch@atnf.csiro.au> Devfs support | 17 | Last modified: 18-JAN-1998 Richard Gooch <rgooch@atnf.csiro.au> Devfs support |
18 | */ | 18 | */ |
19 | 19 | ||
20 | static char *verstr = "20050830"; | 20 | static const char *verstr = "20050830"; |
21 | 21 | ||
22 | #include <linux/module.h> | 22 | #include <linux/module.h> |
23 | 23 | ||
@@ -134,7 +134,7 @@ static struct st_dev_parm { | |||
134 | #endif | 134 | #endif |
135 | /* Bit reversed order to get same names for same minors with all | 135 | /* Bit reversed order to get same names for same minors with all |
136 | mode counts */ | 136 | mode counts */ |
137 | static char *st_formats[] = { | 137 | static const char *st_formats[] = { |
138 | "", "r", "k", "s", "l", "t", "o", "u", | 138 | "", "r", "k", "s", "l", "t", "o", "u", |
139 | "m", "v", "p", "x", "a", "y", "q", "z"}; | 139 | "m", "v", "p", "x", "a", "y", "q", "z"}; |
140 | 140 | ||