summaryrefslogtreecommitdiff
path: root/kerncompat.h
diff options
context:
space:
mode:
Diffstat (limited to 'kerncompat.h')
-rw-r--r--kerncompat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kerncompat.h b/kerncompat.h
index 7d57b1b0..1fc2b34b 100644
--- a/kerncompat.h
+++ b/kerncompat.h
@@ -241,7 +241,6 @@ static inline long IS_ERR(const void *ptr)
const typeof( ((type *)0)->member ) *__mptr = (ptr); \
(type *)( (char *)__mptr - offsetof(type,member) );})
#ifdef __CHECKER__
-#define __CHECK_ENDIAN__
#define __bitwise __bitwise__
#else
#define __bitwise