X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=net%2Fpacket%2Faf_packet.c;h=7c27bd389b7ef29c3cdb2b9c6f978d733ff726c3;hb=e1bd2ac5a6b7a8b625e40c9e9f8b6dea4cf22f85;hp=f8b83014cccad9ad56108cd1f6a3dce8b71f2b1d;hpb=0b662c64840fb281e5948ab6f9d60f84817277d0;p=~andy%2Flinux diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c index f8b83014ccc..7c27bd389b7 100644 --- a/net/packet/af_packet.c +++ b/net/packet/af_packet.c @@ -1928,7 +1928,7 @@ static int packet_seq_show(struct seq_file *seq, void *v) return 0; } -static struct seq_operations packet_seq_ops = { +static const struct seq_operations packet_seq_ops = { .start = packet_seq_start, .next = packet_seq_next, .stop = packet_seq_stop,