X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fproc%2Fnommu.c;h=22f789de390941797102693a7a80c635a7f381ce;hb=2304c3ac3634d2de59f71f7b2c58aab05959124b;hp=5ec67257e5f92426e94f41c40f1d42a36692583a;hpb=cd39301a68f9604854f3543117b01dc73cbe193f;p=linux-2.6 diff --git a/fs/proc/nommu.c b/fs/proc/nommu.c index 5ec67257e5..22f789de39 100644 --- a/fs/proc/nommu.c +++ b/fs/proc/nommu.c @@ -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,