]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/proc/nommu.c
[PATCH] mark struct file_operations const 6
[linux-2.6-omap-h63xx.git] / fs / proc / nommu.c
index 5ec67257e5f92426e94f41c40f1d42a36692583a..22f789de390941797102693a7a80c635a7f381ce 100644 (file)
@@ -128,7 +128,7 @@ static int proc_nommu_vma_list_open(struct inode *inode, struct file *file)
        return seq_open(file, &proc_nommu_vma_list_seqop);
 }
 
-static struct file_operations proc_nommu_vma_list_operations = {
+static const struct file_operations proc_nommu_vma_list_operations = {
        .open    = proc_nommu_vma_list_open,
        .read    = seq_read,
        .llseek  = seq_lseek,