From: Linus Walleij Date: Tue, 24 Apr 2012 13:20:02 +0000 (+0200) Subject: pinctrl: fix dangling comment X-Git-Tag: next-20120430~10^2~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dd5127010afa560b1cfde7e2cffeadabdd20885d;p=karo-tx-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 Acked-by: Dong Aisheng Signed-off-by: Linus Walleij --- diff --git a/include/linux/pinctrl/machine.h b/include/linux/pinctrl/machine.h index e4d1de742502..9c4a19867289 100644 --- a/include/linux/pinctrl/machine.h +++ b/include/linux/pinctrl/machine.h @@ -163,5 +163,5 @@ static inline int pinctrl_register_mappings(struct pinctrl_map const *map, return 0; } -#endif /* !CONFIG_PINMUX */ +#endif /* !CONFIG_PINCTRL */ #endif