]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ax25/ax25_uid.c
[NET]: Make all initialized struct seq_operations const.
[net-next-2.6.git] / net / ax25 / ax25_uid.c
index 75c76647b2cbdf62d0d76948d4558ec272d41cfa..ce0b13d44385fad3c588a0ee7087ee58d6189a2e 100644 (file)
@@ -185,7 +185,7 @@ static int ax25_uid_seq_show(struct seq_file *seq, void *v)
        return 0;
 }
 
-static struct seq_operations ax25_uid_seqops = {
+static const struct seq_operations ax25_uid_seqops = {
        .start = ax25_uid_seq_start,
        .next = ax25_uid_seq_next,
        .stop = ax25_uid_seq_stop,