From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 14:35:27 +0000 (+0530) Subject: headers_check fix: nfsd/syscall.h X-Git-Tag: v3.0~10281^2~122 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03cf1e0c3b4ee4ef51dc7eb197a4d098ad4873af;p=platform%2Fkernel%2Flinux-amlogic.git headers_check fix: nfsd/syscall.h fix the following 'make headers_check' warnings: usr/include/linux/nfsd/syscall.h:12: include of is preferred over usr/include/linux/nfsd/syscall.h:104: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- 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 -#ifdef __KERNEL__ # include +#ifdef __KERNEL__ # include #endif #include