commit | 5a719f921871d852a83870b12158e00e8715647e | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Sep 16 14:10:42 2017 +0900 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 04 12:00:18 2017 -0400 |
tree | 55f67a46b8c645d7bb904186c3d83dd98d16ea01 | |
parent | 9b643e312d528f291966c1f30b0d90bf3b1d43dc [diff] |
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>