diff options
Diffstat (limited to 'arch/avr32/mm/tlb.c')
-rw-r--r-- | arch/avr32/mm/tlb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/avr32/mm/tlb.c b/arch/avr32/mm/tlb.c index 56672018e42f..b835257a8fa3 100644 --- a/arch/avr32/mm/tlb.c +++ b/arch/avr32/mm/tlb.c | |||
@@ -348,7 +348,7 @@ static int tlb_show(struct seq_file *tlb, void *v) | |||
348 | return 0; | 348 | return 0; |
349 | } | 349 | } |
350 | 350 | ||
351 | static struct seq_operations tlb_ops = { | 351 | static const struct seq_operations tlb_ops = { |
352 | .start = tlb_start, | 352 | .start = tlb_start, |
353 | .next = tlb_next, | 353 | .next = tlb_next, |
354 | .stop = tlb_stop, | 354 | .stop = tlb_stop, |