dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Linus Walleij 2012-04-24 15:20:02 +02:00
parent 15f70e1b9a
commit dd5127010a
1 changed files with 1 additions and 1 deletions

View File

@ -163,5 +163,5 @@ static inline int pinctrl_register_mappings(struct pinctrl_map const *map,
return 0;
}
#endif /* !CONFIG_PINMUX */
#endif /* !CONFIG_PINCTRL */
#endif