]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/proc/nommu.c
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / fs / proc / nommu.c
index 7e14d1a0400122700df380aeb0746cac9c5ff8a3..9fe7d7ebe1157864561a8cb3d0166eb827e5839a 100644 (file)
@@ -109,7 +109,7 @@ static void *nommu_region_list_next(struct seq_file *m, void *v, loff_t *pos)
        return rb_next((struct rb_node *) v);
 }
 
-static struct seq_operations proc_nommu_region_list_seqop = {
+static const struct seq_operations proc_nommu_region_list_seqop = {
        .start  = nommu_region_list_start,
        .next   = nommu_region_list_next,
        .stop   = nommu_region_list_stop,