summaryrefslogtreecommitdiffstats
path: root/include
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
parent9e87b1e53f3c72c1196dc22cb359b5d6188a3729 (diff)
downloadop-kernel-dev-03cf1e0c3b4ee4ef51dc7eb197a4d098ad4873af.zip
op-kernel-dev-03cf1e0c3b4ee4ef51dc7eb197a4d098ad4873af.tar.gz
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 'include')
-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 4e43976..7a3b565 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>
OpenPOWER on IntegriCloud