]> Pileus Git - ~andy/linux/blobdiff - fs/ramfs/file-mmu.c
Detach sched.h from mm.h
[~andy/linux] / 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,
 };