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 bc6245e5efd7 ("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>

authored by

Masahiro Yamada and committed by
Linus Walleij
6d363bd1 5969d1bb

+1 -1
+1 -1
drivers/pinctrl/uniphier/pinctrl-uniphier.h
··· 17 17 #define __PINCTRL_UNIPHIER_H__ 18 18 19 19 #include <linux/bitops.h> 20 - #include <linux/bug.h> 20 + #include <linux/build_bug.h> 21 21 #include <linux/kernel.h> 22 22 #include <linux/types.h> 23 23