diff options
author | 2019-06-13 10:55:32 +0900 | |
---|---|---|
committer | 2019-06-18 13:44:41 +0200 | |
commit | 4eb293487d05a69862a4907ee944aa271ed49a4c (patch) | |
tree | 92c7e3dee5aee138b313bcb968dc85ca52f3b7f7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | gpio: Fix build warnings on undefined struct pinctrl_dev (diff) | |
download | wireguard-linux-4eb293487d05a69862a4907ee944aa271ed49a4c.tar.xz wireguard-linux-4eb293487d05a69862a4907ee944aa271ed49a4c.zip |
pinctrl: make pinconf.h self-contained
This header uses 'bool', but it does not include any header by itself.
So, it could cause unknown type name error, depending on the header
include order, although probably <linux/types.h> has been included by
someone else.
Include <linux/types.h> to make it self-contained.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions