]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/llc/llc_proc.c
[NET]: Make all initialized struct seq_operations const.
[net-next-2.6.git] / net / llc / llc_proc.c
index 3ab9d9f8b17fc8d4368dd03e32ff134c9e8776fa..49be6c902c8326790898fc982b75ae3b7ca4874c 100644 (file)
@@ -184,14 +184,14 @@ out:
        return 0;
 }
 
-static struct seq_operations llc_seq_socket_ops = {
+static const struct seq_operations llc_seq_socket_ops = {
        .start  = llc_seq_start,
        .next   = llc_seq_next,
        .stop   = llc_seq_stop,
        .show   = llc_seq_socket_show,
 };
 
-static struct seq_operations llc_seq_core_ops = {
+static const struct seq_operations llc_seq_core_ops = {
        .start  = llc_seq_start,
        .next   = llc_seq_next,
        .stop   = llc_seq_stop,