diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-06-13 04:55:32 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-06-18 14:44:41 +0300 |
commit | 4eb293487d05a69862a4907ee944aa271ed49a4c (patch) | |
tree | 92c7e3dee5aee138b313bcb968dc85ca52f3b7f7 /include/linux/huge_mm.h | |
parent | d664c43958e0d9e0b34e23b6f8a8f4cf8ec61a2e (diff) | |
download | linux-4eb293487d05a69862a4907ee944aa271ed49a4c.tar.xz |
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 'include/linux/huge_mm.h')
0 files changed, 0 insertions, 0 deletions