commit | 03cfc80134d494f8e9aa4deeb57d1f21b0842bc4 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat May 05 19:53:53 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue May 08 10:25:14 2018 +0900 |
tree | 86653bc975f7b7496dd0e6f986c2b239c54926e8 | |
parent | 7629d0b9bc81a567d4a30d05c1ec7f5a2f9bafa2 [diff] |
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>