X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fipv6%2Fraw.c;h=e27383d855dedfeffc1855ec906ea2522c8344e2;hb=3f5f4346b6d3c8bc33780a941da2473c4be2c989;hp=aac6aeb8de8c85f1b3d8099959e5f672a578e746;hpb=59fbb3a61e02deaeaa4fb50792217921f3002d64;p=linux-2.6 diff --git a/net/ipv6/raw.c b/net/ipv6/raw.c index aac6aeb8de..e27383d855 100644 --- a/net/ipv6/raw.c +++ b/net/ipv6/raw.c @@ -1280,7 +1280,7 @@ static int raw6_seq_show(struct seq_file *seq, void *v) return 0; } -static struct seq_operations raw6_seq_ops = { +static const struct seq_operations raw6_seq_ops = { .start = raw6_seq_start, .next = raw6_seq_next, .stop = raw6_seq_stop,