diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2009-09-04 09:53:09 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-09-06 00:33:33 -0400 |
commit | d535e4319a2e598ba25dc966ada4e52ea774e33f (patch) | |
tree | 41b5298e684563d50329a6eaedaccd02165a8665 /arch/x86/mm/pat.c | |
parent | 10f02d1168585edf66229bb2ec90a42f32667a78 (diff) |
x86: Make memtype_seq_ops const
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
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 e6718bb28065..e2900a36de0e 100644 --- a/arch/x86/mm/pat.c +++ b/arch/x86/mm/pat.c | |||
@@ -826,7 +826,7 @@ static int memtype_seq_show(struct seq_file *seq, void *v) | |||
826 | return 0; | 826 | return 0; |
827 | } | 827 | } |
828 | 828 | ||
829 | static struct seq_operations memtype_seq_ops = { | 829 | static const struct seq_operations memtype_seq_ops = { |
830 | .start = memtype_seq_start, | 830 | .start = memtype_seq_start, |
831 | .next = memtype_seq_next, | 831 | .next = memtype_seq_next, |
832 | .stop = memtype_seq_stop, | 832 | .stop = memtype_seq_stop, |