summaryrefslogtreecommitdiff
path: root/include/linux/pinctrl
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2012-04-24 15:20:02 +0200
committerPritesh Raithatha <praithatha@nvidia.com>2012-10-11 14:35:57 +0530
commitb0d0307e30536e27e916b2c51e1365901789016d (patch)
tree7dc219a1c6301a2894868e9b53863df1a560e9e1 /include/linux/pinctrl
parent6307bd5ea72cee9b491317771442c0e21c82d792 (diff)
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> (cherry picked from commit dd5127010afa560b1cfde7e2cffeadabdd20885d) Change-Id: I27f7d200f07760de6ea3cf5f5777fae539b28142 Signed-off-by: Pritesh Raithatha <praithatha@nvidia.com>
Diffstat (limited to 'include/linux/pinctrl')
-rw-r--r--include/linux/pinctrl/machine.h2
1 files changed, 1 insertions, 1 deletions
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