X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=net%2Fipv4%2Ffib_trie.c;h=e2b39fdd6a0453e30cbeefa15909a104e6cdc857;hb=f690808e17925fc45217eb22e8670902ecee5c1b;hp=c331c433acf2f1fe3374f0c001c800be57b50903;hpb=6b2bedc3a659ba228a93afc8e3f008e152abf18a;p=powerpc.git diff --git a/net/ipv4/fib_trie.c b/net/ipv4/fib_trie.c index c331c433ac..e2b39fdd6a 100644 --- a/net/ipv4/fib_trie.c +++ b/net/ipv4/fib_trie.c @@ -2339,7 +2339,7 @@ static int fib_trie_seq_show(struct seq_file *seq, void *v) return 0; } -static struct seq_operations fib_trie_seq_ops = { +static const struct seq_operations fib_trie_seq_ops = { .start = fib_trie_seq_start, .next = fib_trie_seq_next, .stop = fib_trie_seq_stop, @@ -2460,7 +2460,7 @@ static int fib_route_seq_show(struct seq_file *seq, void *v) return 0; } -static struct seq_operations fib_route_seq_ops = { +static const struct seq_operations fib_route_seq_ops = { .start = fib_trie_seq_start, .next = fib_trie_seq_next, .stop = fib_trie_seq_stop,