diff options
Diffstat (limited to 'drivers/net/bonding/bond_main.c')
-rw-r--r-- | drivers/net/bonding/bond_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index 9fb388388fb7..21bce2c0fde2 100644 --- a/drivers/net/bonding/bond_main.c +++ b/drivers/net/bonding/bond_main.c | |||
@@ -3369,7 +3369,7 @@ static int bond_info_seq_show(struct seq_file *seq, void *v) | |||
3369 | return 0; | 3369 | return 0; |
3370 | } | 3370 | } |
3371 | 3371 | ||
3372 | static struct seq_operations bond_info_seq_ops = { | 3372 | static const struct seq_operations bond_info_seq_ops = { |
3373 | .start = bond_info_seq_start, | 3373 | .start = bond_info_seq_start, |
3374 | .next = bond_info_seq_next, | 3374 | .next = bond_info_seq_next, |
3375 | .stop = bond_info_seq_stop, | 3375 | .stop = bond_info_seq_stop, |