mirror of https://gitee.com/openkylin/linux.git
pinctrl: fix dangling comment
This comment was referring to an older PINMUX define, it should be PINCTRL now. Reported-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by: Dong Aisheng <dong.aisheng@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
15f70e1b9a
commit
dd5127010a
|
@ -163,5 +163,5 @@ static inline int pinctrl_register_mappings(struct pinctrl_map const *map,
|
|||
return 0;
|
||||
}
|
||||
|
||||
#endif /* !CONFIG_PINMUX */
|
||||
#endif /* !CONFIG_PINCTRL */
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue