From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 14:34:03 +0000 (+0530) Subject: headers_check fix: nfsd/nfsfh.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9e87b1e53f3c72c1196dc22cb359b5d6188a3729;p=deliverable%2Flinux.git headers_check fix: nfsd/nfsfh.h fix the following 'make headers_check' warnings: usr/include/linux/nfsd/nfsfh.h:17: include of is preferred over usr/include/linux/nfsd/nfsfh.h:28: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/nfsd/nfsfh.h b/include/linux/nfsd/nfsfh.h index b2e093870bc6..fa317f6c154b 100644 --- a/include/linux/nfsd/nfsfh.h +++ b/include/linux/nfsd/nfsfh.h @@ -14,9 +14,8 @@ #ifndef _LINUX_NFSD_FH_H #define _LINUX_NFSD_FH_H -#include -#ifdef __KERNEL__ # include +#ifdef __KERNEL__ # include # include #endif