commit | 0c9f8eb0f0a80a8ec619d9a650e840923fdba84f | [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 | 81e1042dbf3969e6da76a177f1306850285b7aea [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>