X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fax25%2Fax25_uid.c;h=ce0b13d44385fad3c588a0ee7087ee58d6189a2e;hb=9c681b43fae1e402e39d157feaa5df454b9e4f1f;hp=75c76647b2cbdf62d0d76948d4558ec272d41cfa;hpb=e0cc09e295f346b7921e921f385fe5213472316a;p=linux-2.6 diff --git a/net/ax25/ax25_uid.c b/net/ax25/ax25_uid.c index 75c76647b2..ce0b13d443 100644 --- a/net/ax25/ax25_uid.c +++ b/net/ax25/ax25_uid.c @@ -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,