Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux...
[firefly-linux-kernel-4.4.55.git] / fs / ramfs / file-mmu.c
index b935a3dd4b6544cf8bbbd4ee5a26afe095d70273..2f14774a124fc05e5c995f1c9dd02926440de009 100644 (file)
@@ -45,6 +45,6 @@ const struct file_operations ramfs_file_operations = {
        .llseek         = generic_file_llseek,
 };
 
-struct inode_operations ramfs_file_inode_operations = {
+const struct inode_operations ramfs_file_inode_operations = {
        .getattr        = simple_getattr,
 };