]> git.baikalelectronics.ru Git - uboot.git/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)
commitf205cb351e224d8e2d979961d3b8c632396cacdc
tree55f67a46b8c645d7bb904186c3d83dd98d16ea01
parentf3b23941fed82594d998296092ccac8c9c9e348e
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