]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/block/cciss.c
seq_file: constify seq_operations
[karo-tx-linux.git] / drivers / block / cciss.c
index 4f19105f755c76e5f9ea56342b5915a8ead5924b..24c3e21ab263a6a685356f7d17ac5c0c097e60b6 100644 (file)
@@ -363,7 +363,7 @@ static void cciss_seq_stop(struct seq_file *seq, void *v)
        h->busy_configuring = 0;
 }
 
-static struct seq_operations cciss_seq_ops = {
+static const struct seq_operations cciss_seq_ops = {
        .start = cciss_seq_start,
        .show  = cciss_seq_show,
        .next  = cciss_seq_next,