]> git.sur5r.net Git - u-boot/commit
pinctrl: uniphier: include <linux/build_bug.h> instead of <linux/bug.h>
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 5 May 2018 10:53:53 +0000 (19:53 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 8 May 2018 01:25:14 +0000 (10:25 +0900)
commit03cfc80134d494f8e9aa4deeb57d1f21b0842bc4
tree86653bc975f7b7496dd0e6f986c2b239c54926e8
parent7629d0b9bc81a567d4a30d05c1ec7f5a2f9bafa2
pinctrl: uniphier: include <linux/build_bug.h> instead of <linux/bug.h>

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

By replacing it with <linux/build_bug.h>, we can reduce the number of
headers pulled in.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/pinctrl/uniphier/pinctrl-uniphier.h