Commit 4eb29348 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Linus Walleij

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent d664c439
......@@ -14,6 +14,8 @@
#ifdef CONFIG_PINCONF
#include <linux/types.h>
struct pinctrl_dev;
struct seq_file;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment