Signed-off-by: Stephen Hemminger --- net/ipv6/ip6mr.c | 2 +- net/key/af_key.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/net/ipv6/ip6mr.c 2009-09-01 21:37:24.504215187 -0700 +++ b/net/ipv6/ip6mr.c 2009-09-01 22:22:22.223174601 -0700 @@ -204,7 +204,7 @@ static int ip6mr_vif_seq_show(struct seq return 0; } -static struct seq_operations ip6mr_vif_seq_ops = { +static const struct seq_operations ip6mr_vif_seq_ops = { .start = ip6mr_vif_seq_start, .next = ip6mr_vif_seq_next, .stop = ip6mr_vif_seq_stop, --- a/net/key/af_key.c 2009-09-01 21:37:24.520180026 -0700 +++ b/net/key/af_key.c 2009-09-01 22:22:22.230177877 -0700 @@ -3705,7 +3705,7 @@ static void pfkey_seq_stop(struct seq_fi read_unlock(&pfkey_table_lock); } -static struct seq_operations pfkey_seq_ops = { +static const struct seq_operations pfkey_seq_ops = { .start = pfkey_seq_start, .next = pfkey_seq_next, .stop = pfkey_seq_stop, -- -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html