]> err.no Git - linux-2.6/blobdiff - drivers/scsi/st.c
[SCSI] Mark some core scsi data structures const
[linux-2.6] / drivers / scsi / st.c
index 7ac6ea141fffafcfc56c0b26b4b269e7aab61ac4..6d9078705c5be1221eb5b74e76a3d75cde3b9c6e 100644 (file)
@@ -17,7 +17,7 @@
    Last modified: 18-JAN-1998 Richard Gooch <rgooch@atnf.csiro.au> Devfs support
  */
 
-static char *verstr = "20050830";
+static const char *verstr = "20050830";
 
 #include <linux/module.h>
 
@@ -134,7 +134,7 @@ static struct st_dev_parm {
 #endif
 /* Bit reversed order to get same names for same minors with all
    mode counts */
-static char *st_formats[] = {
+static const char *st_formats[] = {
        "",  "r", "k", "s", "l", "t", "o", "u",
        "m", "v", "p", "x", "a", "y", "q", "z"};