aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfsd/syscall.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 20:05:27 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 23:30:42 +0530
commit03cf1e0c3b4ee4ef51dc7eb197a4d098ad4873af (patch)
tree9cd4dc8f105e9174e627552dfc84445d4692297a /include/linux/nfsd/syscall.h
parentheaders_check fix: nfsd/nfsfh.h (diff)
downloadlinux-dev-03cf1e0c3b4ee4ef51dc7eb197a4d098ad4873af.tar.xz
linux-dev-03cf1e0c3b4ee4ef51dc7eb197a4d098ad4873af.zip
headers_check fix: nfsd/syscall.h
fix the following 'make headers_check' warnings: usr/include/linux/nfsd/syscall.h:12: include of <linux/types.h> is preferred over <asm/types.h> usr/include/linux/nfsd/syscall.h:104: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Diffstat (limited to '')
-rw-r--r--include/linux/nfsd/syscall.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/nfsd/syscall.h b/include/linux/nfsd/syscall.h
index 4e439765b705..7a3b565b898f 100644
--- a/include/linux/nfsd/syscall.h
+++ b/include/linux/nfsd/syscall.h
@@ -9,9 +9,8 @@
#ifndef NFSD_SYSCALL_H
#define NFSD_SYSCALL_H
-#include <asm/types.h>
-#ifdef __KERNEL__
# include <linux/types.h>
+#ifdef __KERNEL__
# include <linux/in.h>
#endif
#include <linux/posix_types.h>