]> git.sur5r.net Git - u-boot/commit
common.h: remove error()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 16 Sep 2017 05:10:42 +0000 (14:10 +0900)
committerTom Rini <trini@konsulko.com>
Wed, 4 Oct 2017 16:00:18 +0000 (12:00 -0400)
commit5a719f921871d852a83870b12158e00e8715647e
tree55f67a46b8c645d7bb904186c3d83dd98d16ea01
parent9b643e312d528f291966c1f30b0d90bf3b1d43dc
common.h: remove error()

This macro prevents us from using compiletime_error/assert defined
in <linux/compiler.h>.

Now we can remove it, then we will be able to import more BUILD_BUG
macros from Linux.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
include/common.h