From: Mark Brown <broo...@opensource.wolfsonmicro.com> The comment is inaccurate (it actually ends the CONFIG_COMMON_CLK section, there's no else) and given that we've just got a single level of ifdef isn't really needed anyway.
Signed-off-by: Mark Brown <broo...@opensource.wolfsonmicro.com> Signed-off-by: Mike Turquette <mturque...@linaro.org> Cc: Arnd Bergman <arnd.bergm...@linaro.org> Cc: Olof Johansson <o...@lixom.net> Cc: Russell King <li...@arm.linux.org.uk> Cc: Sascha Hauer <s.ha...@pengutronix.de> Cc: Shawn Guo <shawn....@freescale.com> Cc: Richard Zhao <richard.z...@linaro.org> Cc: Saravana Kannan <skan...@codeaurora.org> Cc: Andrew Lunn <and...@lunn.ch> Cc: Rajendra Nayak <rna...@ti.com> Cc: Viresh Kumar <viresh.ku...@st.com> --- include/linux/clk.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/clk.h b/include/linux/clk.h index b025272..c9547d9 100644 --- a/include/linux/clk.h +++ b/include/linux/clk.h @@ -81,7 +81,7 @@ int clk_notifier_register(struct clk *clk, struct notifier_block *nb); int clk_notifier_unregister(struct clk *clk, struct notifier_block *nb); -#endif /* !CONFIG_COMMON_CLK */ +#endif /** * clk_get - lookup and obtain a reference to a clock producer. -- 1.7.5.4 _______________________________________________ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev