X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fappletalk%2Faarp.c;h=3d1655f983887593e8541994c17b59e502446667;hb=9c681b43fae1e402e39d157feaa5df454b9e4f1f;hp=5ef6a238bdbc7b043fee57bddaf1433867004775;hpb=badff6d01a8589a1c828b0bf118903ca38627f4e;p=linux-2.6 diff --git a/net/appletalk/aarp.c b/net/appletalk/aarp.c index 5ef6a238bd..3d1655f983 100644 --- a/net/appletalk/aarp.c +++ b/net/appletalk/aarp.c @@ -1024,7 +1024,7 @@ static int aarp_seq_show(struct seq_file *seq, void *v) return 0; } -static struct seq_operations aarp_seq_ops = { +static const struct seq_operations aarp_seq_ops = { .start = aarp_seq_start, .next = aarp_seq_next, .stop = aarp_seq_stop,