mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
net: constify VFTs
Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
991990a12d
commit
4101dec9ca
9 changed files with 16 additions and 16 deletions
|
@ -2074,7 +2074,7 @@ static int scc_net_seq_show(struct seq_file *seq, void *v)
|
|||
return 0;
|
||||
}
|
||||
|
||||
static struct seq_operations scc_net_seq_ops = {
|
||||
static const struct seq_operations scc_net_seq_ops = {
|
||||
.start = scc_net_seq_start,
|
||||
.next = scc_net_seq_next,
|
||||
.stop = scc_net_seq_stop,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue