commit | d535e4319a2e598ba25dc966ada4e52ea774e33f | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Fri Sep 04 15:53:09 2009 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Sep 06 06:33:33 2009 +0200 |
tree | 41b5298e684563d50329a6eaedaccd02165a8665 | |
parent | 10f02d1168585edf66229bb2ec90a42f32667a78 [diff] [blame] |
x86: Make memtype_seq_ops const Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/arch/x86/mm/pat.c b/arch/x86/mm/pat.c index e6718bb..e2900a3 100644 --- a/arch/x86/mm/pat.c +++ b/arch/x86/mm/pat.c
@@ -826,7 +826,7 @@ return 0; } -static struct seq_operations memtype_seq_ops = { +static const struct seq_operations memtype_seq_ops = { .start = memtype_seq_start, .next = memtype_seq_next, .stop = memtype_seq_stop,