X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Firda%2Fdiscovery.c;h=af0cea721d2acd19cfd16f83efed38b6d18826b6;hb=a9417357cff6027f9d6b1740f821baa59f2381f4;hp=f097341286740182d5726ebb2bb5e0c43fcf8e2a;hpb=9468482bd4c3b89abe04a770848d5eaa1ea830b0;p=linux-2.6 diff --git a/net/irda/discovery.c b/net/irda/discovery.c index f097341286..af0cea721d 100644 --- a/net/irda/discovery.c +++ b/net/irda/discovery.c @@ -395,7 +395,7 @@ static int discovery_seq_show(struct seq_file *seq, void *v) return 0; } -static struct seq_operations discovery_seq_ops = { +static const struct seq_operations discovery_seq_ops = { .start = discovery_seq_start, .next = discovery_seq_next, .stop = discovery_seq_stop,