diff options
author | 2012-03-16 14:54:23 -0600 | |
---|---|---|
committer | 2012-04-18 13:53:09 +0200 | |
commit | 22f099d0fcb33073a1f1f10402a16b28602e20f2 (patch) | |
tree | a6a8406a85474acdb0cffed476cf27c54d017f83 /tools/perf/scripts/python | |
parent | pinctrl: fix compile error if not select PINMUX support (diff) | |
download | linux-dev-22f099d0fcb33073a1f1f10402a16b28602e20f2.tar.xz linux-dev-22f099d0fcb33073a1f1f10402a16b28602e20f2.zip |
pinctrl: include <linux/bug.h> to prevent compile errors
Macros in <linux/pinctrl/machine.h> call ARRAY_SIZE(), the definition of
which eventually calls BUILD_BUG_ON_ZERO(), which is defined in
<linux/bug.h>. Include that so that every .c file using the pinctrl macros
doesn't have to do that itself.
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions