commit | 0a70fb4c1c180d6ad6cd4c1dcd3fae8c5d4dd62e | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Sep 16 14:10:45 2017 +0900 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 04 12:00:20 2017 -0400 |
tree | b6f0c93e64ad4534e982ad28eaa599fa92f38e33 | |
parent | 059a48096c883e98bc1a4a561abc0069f44cbfea [diff] |
bug.h: move runtime BUG/WARN macros into <linux/bug.h> Collect runtime BUG/WARN into a self-contained header <linux/bug.h> to make these macros easier to use. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>