From: Christoph Hellwig Date: Wed, 23 May 2018 15:42:59 +0000 (+0200) Subject: uapi: turn __poll_t sparse checks on by default X-Git-Tag: v4.19~765^2~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee219b946e4bf7df2d2c68dfaae1bdaa360ec2ea;p=platform%2Fkernel%2Flinux-rpi.git uapi: turn __poll_t sparse checks on by default Signed-off-by: Christoph Hellwig --- diff --git a/include/uapi/linux/types.h b/include/uapi/linux/types.h index cd4f0b8..2fce8b6 100644 --- a/include/uapi/linux/types.h +++ b/include/uapi/linux/types.h @@ -49,11 +49,7 @@ typedef __u32 __bitwise __wsum; #define __aligned_be64 __be64 __attribute__((aligned(8))) #define __aligned_le64 __le64 __attribute__((aligned(8))) -#ifdef __CHECK_POLL typedef unsigned __bitwise __poll_t; -#else -typedef unsigned __poll_t; -#endif #endif /* __ASSEMBLY__ */ #endif /* _UAPI_LINUX_TYPES_H */