commit | 98147d527a038c4aab599e57323a4e5d727c28a6 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Tue Sep 01 19:25:02 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 02 01:03:39 2009 -0700 |
tree | 0a9b012258f5f05d1308adc282741d32aa0958f0 | |
parent | 0fc0b732eaa38beb93a6fb62f77c7bd9622c76ec [diff] [blame] |
net: seq_operations should be const Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv6/ip6mr.c b/net/ipv6/ip6mr.c index 19c8dec..d2df837 100644 --- a/net/ipv6/ip6mr.c +++ b/net/ipv6/ip6mr.c
@@ -204,7 +204,7 @@ 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,