commit | 958f0f0026a3df38f38a413d8c029558eb6d9101 | [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 | 75035f39c506219a1bed5f163aab016e2db9bb91 [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>