]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/netlink/af_netlink.c
[NET]: Make all initialized struct seq_operations const.
[linux-2.6-omap-h63xx.git] / net / netlink / af_netlink.c
index 1f15821c8da4c64894fd7e07d8340a8b8c430b4a..a3c8e692f493902b0b7eb916dbfd4c781fe6d3d5 100644 (file)
@@ -1713,7 +1713,7 @@ static int netlink_seq_show(struct seq_file *seq, void *v)
        return 0;
 }
 
-static struct seq_operations netlink_seq_ops = {
+static const struct seq_operations netlink_seq_ops = {
        .start  = netlink_seq_start,
        .next   = netlink_seq_next,
        .stop   = netlink_seq_stop,