]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ax25/ax25_route.c
[NET]: Make all initialized struct seq_operations const.
[net-next-2.6.git] / net / ax25 / ax25_route.c
index d65b8e22868d9a4c5e1f7a47ddbbfa3cc21080d9..9ecf6f1df863078c3a238a079787123a1df5f437 100644 (file)
@@ -320,7 +320,7 @@ static int ax25_rt_seq_show(struct seq_file *seq, void *v)
        return 0;
 }
 
-static struct seq_operations ax25_rt_seqops = {
+static const struct seq_operations ax25_rt_seqops = {
        .start = ax25_rt_seq_start,
        .next = ax25_rt_seq_next,
        .stop = ax25_rt_seq_stop,