]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv4/arp.c
[NET]: make seq_operations const
[net-next-2.6.git] / net / ipv4 / arp.c
index 8c533ceb970956e3c54a14cb2217a16f3a0b27d7..fd36eebbd90aff71a8f653cb5dd9b405301b4311 100644 (file)
@@ -1360,7 +1360,7 @@ static void *arp_seq_start(struct seq_file *seq, loff_t *pos)
 
 /* ------------------------------------------------------------------------ */
 
-static struct seq_operations arp_seq_ops = {
+static const struct seq_operations arp_seq_ops = {
        .start  = arp_seq_start,
        .next   = neigh_seq_next,
        .stop   = neigh_seq_stop,