linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / proc / vmcore.c
index d960507..164a7d0 100644 (file)
@@ -7,6 +7,7 @@
  *
  */
 
+#include <linux/config.h>
 #include <linux/mm.h>
 #include <linux/proc_fs.h>
 #include <linux/user.h>
@@ -171,7 +172,7 @@ static int open_vmcore(struct inode *inode, struct file *filp)
        return 0;
 }
 
-const struct file_operations proc_vmcore_operations = {
+struct file_operations proc_vmcore_operations = {
        .read           = read_vmcore,
        .open           = open_vmcore,
 };