diff options
Diffstat (limited to 'arch/x86/mm/pat.c')
-rw-r--r-- | arch/x86/mm/pat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/pat.c b/arch/x86/mm/pat.c index 352aa9e927e2..b2f7d3e59b86 100644 --- a/arch/x86/mm/pat.c +++ b/arch/x86/mm/pat.c | |||
@@ -827,7 +827,7 @@ static int memtype_seq_show(struct seq_file *seq, void *v) | |||
827 | return 0; | 827 | return 0; |
828 | } | 828 | } |
829 | 829 | ||
830 | static struct seq_operations memtype_seq_ops = { | 830 | static const struct seq_operations memtype_seq_ops = { |
831 | .start = memtype_seq_start, | 831 | .start = memtype_seq_start, |
832 | .next = memtype_seq_next, | 832 | .next = memtype_seq_next, |
833 | .stop = memtype_seq_stop, | 833 | .stop = memtype_seq_stop, |