]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/irda/irlan/irlan_common.c
[NET]: Make all initialized struct seq_operations const.
[mirror_ubuntu-artful-kernel.git] / net / irda / irlan / irlan_common.c
index ed69773b0f8ed8d2d1dd3183fbb97d6c1984f75e..f5778ef3ccc7213ac7e3b179813324aa2973a1c7 100644 (file)
@@ -1217,7 +1217,7 @@ static int irlan_seq_show(struct seq_file *seq, void *v)
        return 0;
 }
 
-static struct seq_operations irlan_seq_ops = {
+static const struct seq_operations irlan_seq_ops = {
        .start = irlan_seq_start,
        .next  = irlan_seq_next,
        .stop  = irlan_seq_stop,