X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Framfs.h;h=953b6df5d03713916a4f00365ed18a3ab840465d;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=78ecfa28b1c286a3d5b5b8f22892ba18f6c26a46;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/include/linux/ramfs.h b/include/linux/ramfs.h index 78ecfa28b..953b6df5d 100644 --- a/include/linux/ramfs.h +++ b/include/linux/ramfs.h @@ -15,7 +15,7 @@ extern unsigned long ramfs_nommu_get_unmapped_area(struct file *file, extern int ramfs_nommu_mmap(struct file *file, struct vm_area_struct *vma); #endif -extern const struct file_operations ramfs_file_operations; +extern struct file_operations ramfs_file_operations; extern struct vm_operations_struct generic_file_vm_ops; #endif