clk: Remove comment for end of CONFIG_COMMON_CLK section

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 <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
This commit is contained in:
Mark Brown 2012-04-01 15:31:23 +01:00 committed by Mike Turquette
parent 34e44fe874
commit 7e87aed965
1 changed files with 1 additions and 1 deletions

View File

@ -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.