]> git.baikalelectronics.ru Git - kernel.git/commit
pinctrl: uniphier: include <linux/build_bug.h> instead of <linux/bug.h>
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 2 Sep 2017 17:26:18 +0000 (02:26 +0900)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 12 Sep 2017 09:18:17 +0000 (11:18 +0200)
commit985818b7a6e6771554ecbf7c268996161b9e7635
treeb2c0f3536a52cf05939c3b00f5df836e535f9835
parent5416bc847a55be6eb0b2af2dd3f4ab176f4c3f8c
pinctrl: uniphier: include <linux/build_bug.h> instead of <linux/bug.h>

The #includes <linux/bug.h> is here to use BUILD_BUG_ON_ZERO().

Thanks to commit 6dd927f10703 ("bug: split BUILD_BUG stuff out into
<linux/build_bug.h>"), it is now possible to reduce the number of
headers pulled in.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/uniphier/pinctrl-uniphier.h