|
@@ -204,21 +204,21 @@ out:
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
-static struct seq_operations atalk_seq_interface_ops = {
|
|
|
|
|
|
+static const struct seq_operations atalk_seq_interface_ops = {
|
|
.start = atalk_seq_interface_start,
|
|
.start = atalk_seq_interface_start,
|
|
.next = atalk_seq_interface_next,
|
|
.next = atalk_seq_interface_next,
|
|
.stop = atalk_seq_interface_stop,
|
|
.stop = atalk_seq_interface_stop,
|
|
.show = atalk_seq_interface_show,
|
|
.show = atalk_seq_interface_show,
|
|
};
|
|
};
|
|
|
|
|
|
-static struct seq_operations atalk_seq_route_ops = {
|
|
|
|
|
|
+static const struct seq_operations atalk_seq_route_ops = {
|
|
.start = atalk_seq_route_start,
|
|
.start = atalk_seq_route_start,
|
|
.next = atalk_seq_route_next,
|
|
.next = atalk_seq_route_next,
|
|
.stop = atalk_seq_route_stop,
|
|
.stop = atalk_seq_route_stop,
|
|
.show = atalk_seq_route_show,
|
|
.show = atalk_seq_route_show,
|
|
};
|
|
};
|
|
|
|
|
|
-static struct seq_operations atalk_seq_socket_ops = {
|
|
|
|
|
|
+static const struct seq_operations atalk_seq_socket_ops = {
|
|
.start = atalk_seq_socket_start,
|
|
.start = atalk_seq_socket_start,
|
|
.next = atalk_seq_socket_next,
|
|
.next = atalk_seq_socket_next,
|
|
.stop = atalk_seq_socket_stop,
|
|
.stop = atalk_seq_socket_stop,
|