]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/hpfs/namei.c
x86, suspend, acpi: enter Big Real Mode
[linux-2.6-omap-h63xx.git] / fs / hpfs / namei.c
index 2507e7393f3c6733ebda781bfea8be1d8459e927..d256559b4104c5ff90370a6d6690e40935c6f1b8 100644 (file)
@@ -5,7 +5,7 @@
  *
  *  adding & removing files & directories
  */
-
+#include <linux/sched.h>
 #include "hpfs_fn.h"
 
 static int hpfs_mkdir(struct inode *dir, struct dentry *dentry, int mode)
@@ -659,7 +659,7 @@ end1:
        return err;
 }
 
-struct inode_operations hpfs_dir_iops =
+const struct inode_operations hpfs_dir_iops =
 {
        .create         = hpfs_create,
        .lookup         = hpfs_lookup,