aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clk.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-04-01 15:31:23 +0100
committerMike Turquette <mturquette@linaro.org>2012-04-24 16:37:39 -0700
commit7e87aed965fa7a642fc299af96d370dad7b5b814 (patch)
tree3a98659e241b66649456934fea657af3b8d7d88e /include/linux/clk.h
parentclk: Make clk_get_rate() return 0 on error (diff)
downloadlinux-dev-7e87aed965fa7a642fc299af96d370dad7b5b814.tar.xz
linux-dev-7e87aed965fa7a642fc299af96d370dad7b5b814.zip
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>
Diffstat (limited to 'include/linux/clk.h')
-rw-r--r--include/linux/clk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/clk.h b/include/linux/clk.h
index b0252726df61..c9547d99e52c 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.