Skip to content

Commit

Permalink
pinctrl: fix dangling comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linus Walleij committed Apr 25, 2012
1 parent 15f70e1 commit dd51270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/pinctrl/machine.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,5 @@ static inline int pinctrl_register_mappings(struct pinctrl_map const *map,
return 0;
}

#endif /* !CONFIG_PINMUX */
#endif /* !CONFIG_PINCTRL */
#endif

0 comments on commit dd51270

Please sign in to comment.