X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fatm%2Flec.c;h=2770fb451ae87dbe089cc32a16eef523fb18a374;hb=46b2835771ad8ef19b8e081e8c90439408c7645f;hp=4dc5f2b8c43c23631fe06f45c49ffd2e84a5d786;hpb=b928ed56182b8ea59bd43f2d5b865f13a54d5719;p=linux-2.6 diff --git a/net/atm/lec.c b/net/atm/lec.c index 4dc5f2b8c4..2770fb451a 100644 --- a/net/atm/lec.c +++ b/net/atm/lec.c @@ -1174,7 +1174,7 @@ static int lec_seq_show(struct seq_file *seq, void *v) return 0; } -static struct seq_operations lec_seq_ops = { +static const struct seq_operations lec_seq_ops = { .start = lec_seq_start, .next = lec_seq_next, .stop = lec_seq_stop,