Merge branch 'u-boot/master'
[platform/kernel/u-boot.git] / include / linux / stddef.h
index 81e34c2..c540f61 100644 (file)
@@ -12,7 +12,9 @@
 #include <linux/types.h>
 #endif
 
+#ifndef __CHECKER__
 #undef offsetof
 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
+#endif
 
 #endif