From: Michael S. Tsirkin Date: Sun, 11 Dec 2016 04:27:21 +0000 (+0200) Subject: tools: enable endian checks for all sparse builds X-Git-Tag: rel_imx_4.19.35_1.1.0~13513^2~6 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=376a5fb34b04524af501a0c5979c5920be940e05;p=linux.git tools: enable endian checks for all sparse builds We dropped need for __CHECK_ENDIAN__ for linux, this mirrors this for tools. Signed-off-by: Michael S. Tsirkin --- diff --git a/tools/include/linux/types.h b/tools/include/linux/types.h index 8ebf6278b2ef..c24b3e3ae296 100644 --- a/tools/include/linux/types.h +++ b/tools/include/linux/types.h @@ -42,11 +42,7 @@ typedef __s8 s8; #else #define __bitwise__ #endif -#ifdef __CHECK_ENDIAN__ #define __bitwise __bitwise__ -#else -#define __bitwise -#endif #define __force #define __user