[NET]: Make all initialized struct seq_operations const.
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / ipv6 / addrconf.c
index 95737ab040ec2ecaebaec044bfae2caa899a8a19..24424c3b7dc0e5918bb0b35295db8f73d0ee7591 100644 (file)
@@ -2785,7 +2785,7 @@ static int if6_seq_show(struct seq_file *seq, void *v)
        return 0;
 }
 
-static struct seq_operations if6_seq_ops = {
+static const struct seq_operations if6_seq_ops = {
        .start  = if6_seq_start,
        .next   = if6_seq_next,
        .show   = if6_seq_show,