X-Git-Url: https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=blobdiff_plain;f=arch%2Fx86%2Fmm%2Fpat.c;h=7257cf3decf9455ccb52f8f06bd28bc84a7f57ec;hp=9b647f679389453ccc69780d34c0d1380f0ef725;hb=ca043a66ae48c74fa628ec92178f7a54f5b9a106;hpb=3bb045f1e2e51124200ef043256df4c7ad86bebd;ds=sidebyside diff --git a/arch/x86/mm/pat.c b/arch/x86/mm/pat.c index 9b647f67938..7257cf3decf 100644 --- a/arch/x86/mm/pat.c +++ b/arch/x86/mm/pat.c @@ -994,7 +994,7 @@ static int memtype_seq_show(struct seq_file *seq, void *v) 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,