[NET]: Make all initialized struct seq_operations const.

Make all initialized struct seq_operations in net/ const

Signed-off-by: Philippe De Muyter <phdm@macqel.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Philippe De Muyter
2007-07-10 23:07:31 -07:00
zatwierdzone przez David S. Miller
rodzic 3be550f34b
commit 56b3d975bb
56 zmienionych plików z 76 dodań i 76 usunięć

Wyświetl plik

@@ -395,7 +395,7 @@ static int discovery_seq_show(struct seq_file *seq, void *v)
return 0;
}
static struct seq_operations discovery_seq_ops = {
static const struct seq_operations discovery_seq_ops = {
.start = discovery_seq_start,
.next = discovery_seq_next,
.stop = discovery_seq_stop,