]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blobdiff - net/ipv4/netfilter/ipt_CLUSTERIP.c
[NET]: Make all initialized struct seq_operations const.
[mirror_ubuntu-kernels.git] / net / ipv4 / netfilter / ipt_CLUSTERIP.c
index 8bacda3f6f6c4d5cc2379385e9c8c282f7471f4e..dcc12b1834747a513a7468f780604b738124f0c2 100644 (file)
@@ -639,7 +639,7 @@ static int clusterip_seq_show(struct seq_file *s, void *v)
        return 0;
 }
 
-static struct seq_operations clusterip_seq_ops = {
+static const struct seq_operations clusterip_seq_ops = {
        .start  = clusterip_seq_start,
        .next   = clusterip_seq_next,
        .stop   = clusterip_seq_stop,