pinctrl: make pinconf.h self-contained
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 13 Jun 2019 01:55:32 +0000 (10:55 +0900)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 18 Jun 2019 11:44:41 +0000 (13:44 +0200)
commit4eb293487d05a69862a4907ee944aa271ed49a4c
tree92c7e3dee5aee138b313bcb968dc85ca52f3b7f7
parentd664c43958e0d9e0b34e23b6f8a8f4cf8ec61a2e
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>
include/linux/pinctrl/pinconf.h