diff options
Diffstat (limited to 'drivers/net/pppoe.c')
-rw-r--r-- | drivers/net/pppoe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/pppoe.c b/drivers/net/pppoe.c index c22b30533a14..5efc3d172c8e 100644 --- a/drivers/net/pppoe.c +++ b/drivers/net/pppoe.c | |||
@@ -1030,7 +1030,7 @@ static void pppoe_seq_stop(struct seq_file *seq, void *v) | |||
1030 | read_unlock_bh(&pppoe_hash_lock); | 1030 | read_unlock_bh(&pppoe_hash_lock); |
1031 | } | 1031 | } |
1032 | 1032 | ||
1033 | static struct seq_operations pppoe_seq_ops = { | 1033 | static const struct seq_operations pppoe_seq_ops = { |
1034 | .start = pppoe_seq_start, | 1034 | .start = pppoe_seq_start, |
1035 | .next = pppoe_seq_next, | 1035 | .next = pppoe_seq_next, |
1036 | .stop = pppoe_seq_stop, | 1036 | .stop = pppoe_seq_stop, |