aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/raw.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/raw.c')
-rw-r--r--net/ipv6/raw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/raw.c b/net/ipv6/raw.c
index aac6aeb8de8c..e27383d855de 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)
1280 return 0; 1280 return 0;
1281} 1281}
1282 1282
1283static struct seq_operations raw6_seq_ops = { 1283static const struct seq_operations raw6_seq_ops = {
1284 .start = raw6_seq_start, 1284 .start = raw6_seq_start,
1285 .next = raw6_seq_next, 1285 .next = raw6_seq_next,
1286 .stop = raw6_seq_stop, 1286 .stop = raw6_seq_stop,