[IA64] constify function pointer tables
[deliverable/linux.git] / arch / ia64 / kernel / perfmon.c
index 5ae177f557d884dfe75607f6bc55cfb2fe3657a0..48e560922be64ba60cc2d04001a37153d1f814ea 100644 (file)
@@ -5795,7 +5795,7 @@ pfm_proc_show(struct seq_file *m, void *v)
        return 0;
 }
 
-struct seq_operations pfm_seq_ops = {
+const struct seq_operations pfm_seq_ops = {
        .start =        pfm_proc_start,
        .next =         pfm_proc_next,
        .stop =         pfm_proc_stop,
This page took 0.024534 seconds and 5 git commands to generate.