summaryrefslogtreecommitdiffstats
path: root/include/ubi_uboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ubi_uboot.h')
-rw-r--r--include/ubi_uboot.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ubi_uboot.h b/include/ubi_uboot.h
index d2c90a6b44..69006e250a 100644
--- a/include/ubi_uboot.h
+++ b/include/ubi_uboot.h
@@ -191,9 +191,6 @@ static inline long IS_ERR(const void *ptr)
return IS_ERR_VALUE((unsigned long)ptr);
}
-/* Force a compilation error if condition is true */
-#define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
-
/* module */
#define THIS_MODULE 0
#define try_module_get(...) 1
OpenPOWER on IntegriCloud