X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=net%2Fax25%2Fax25_route.c;h=9ecf6f1df863078c3a238a079787123a1df5f437;hb=dcb571be2019ae677bc5ed64437dbc87ae1eb67f;hp=d65b8e22868d9a4c5e1f7a47ddbbfa3cc21080d9;hpb=f8abea8f8c24ecdad6d6861bffb912f23f2741cd;p=powerpc.git diff --git a/net/ax25/ax25_route.c b/net/ax25/ax25_route.c index d65b8e2286..9ecf6f1df8 100644 --- a/net/ax25/ax25_route.c +++ b/net/ax25/ax25_route.c @@ -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,