]> err.no Git - linux-2.6/blobdiff - net/x25/x25_proc.c
[GENETLINK]: Correctly report errors while registering a multicast group
[linux-2.6] / net / x25 / x25_proc.c
index 96001f0c64fc16a8f4cd32512bb31adab912ec5f..7405b9c5b7f2dfa2734adf7946515f0219f67728 100644 (file)
@@ -234,21 +234,21 @@ out:
        return 0;
 }
 
-static struct seq_operations x25_seq_route_ops = {
+static const struct seq_operations x25_seq_route_ops = {
        .start  = x25_seq_route_start,
        .next   = x25_seq_route_next,
        .stop   = x25_seq_route_stop,
        .show   = x25_seq_route_show,
 };
 
-static struct seq_operations x25_seq_socket_ops = {
+static const struct seq_operations x25_seq_socket_ops = {
        .start  = x25_seq_socket_start,
        .next   = x25_seq_socket_next,
        .stop   = x25_seq_socket_stop,
        .show   = x25_seq_socket_show,
 };
 
-static struct seq_operations x25_seq_forward_ops = {
+static const struct seq_operations x25_seq_forward_ops = {
        .start  = x25_seq_forward_start,
        .next   = x25_seq_forward_next,
        .stop   = x25_seq_forward_stop,