[GFS2] Remove unused variable
[powerpc.git] / fs / ramfs / file-mmu.c
index b935a3d..2f14774 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,
 };