]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/proc/task_nommu.c
Make topology fallback macros reference their arguments.
[linux-2.6-omap-h63xx.git] / fs / proc / task_nommu.c
index cee0231c6cecf862877e3abf24406c1ca4184d45..abfc6f5e56caa696138ad8c91c22a3d35c32b231 100644 (file)
@@ -198,7 +198,7 @@ static void *m_next(struct seq_file *m, void *_vml, loff_t *pos)
        return vml ? vml->next : NULL;
 }
 
-static struct seq_operations proc_pid_maps_ops = {
+static const struct seq_operations proc_pid_maps_ops = {
        .start  = m_start,
        .next   = m_next,
        .stop   = m_stop,