[NET]: Make all initialized struct seq_operations const.
[safe/jmp/linux-2.6] / net / decnet / af_decnet.c
index bfa910b..ed76d4a 100644 (file)
@@ -2304,7 +2304,7 @@ static int dn_socket_seq_show(struct seq_file *seq, void *v)
        return 0;
 }
 
-static struct seq_operations dn_socket_seq_ops = {
+static const struct seq_operations dn_socket_seq_ops = {
        .start  = dn_socket_seq_start,
        .next   = dn_socket_seq_next,
        .stop   = dn_socket_seq_stop,