linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / ramfs / internal.h
index c2bb58e..272c8a7 100644 (file)
@@ -10,6 +10,6 @@
  */
 
 
-extern const struct address_space_operations ramfs_aops;
-extern const struct file_operations ramfs_file_operations;
+extern struct address_space_operations ramfs_aops;
+extern struct file_operations ramfs_file_operations;
 extern struct inode_operations ramfs_file_inode_operations;