]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/nfs.h
fix struct user_info export's sysfs interaction
[linux-2.6-omap-h63xx.git] / include / linux / nfs.h
index ca2ffa6ae1d5ef0da33d8d265c1ac6579217fa3b..54af92c1c70b29c1f0eb9f4369a015714531fa34 100644 (file)
@@ -7,9 +7,6 @@
 #ifndef _LINUX_NFS_H
 #define _LINUX_NFS_H
 
-#include <linux/sunrpc/msg_prot.h>
-#include <linux/string.h>
-
 #define NFS_PROGRAM    100003
 #define NFS_PORT       2049
 #define NFS_MAXDATA    8192
@@ -129,7 +126,10 @@ enum nfs_ftype {
        NFFIFO = 8
 };
 
-#if defined(__KERNEL__)
+#ifdef __KERNEL__
+#include <linux/sunrpc/msg_prot.h>
+#include <linux/string.h>
+
 /*
  * This is the kernel NFS client file handle representation
  */