]> git.baikalelectronics.ru Git - uboot.git/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)
commit5908b43cf4c49d117cafde7b0e9daf573d0b02df
tree86653bc975f7b7496dd0e6f986c2b239c54926e8
parente1ad45c8d4da0bdecdd097f166dcaf3078c94f45
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