diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-01 15:31:23 +0100 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2012-04-24 16:37:39 -0700 |
commit | 7e87aed965fa7a642fc299af96d370dad7b5b814 (patch) | |
tree | 3a98659e241b66649456934fea657af3b8d7d88e /include/linux/clk.h | |
parent | 34e44fe87437b6a5aad856f15f7a849e5fc137aa (diff) | |
download | talos-obmc-linux-7e87aed965fa7a642fc299af96d370dad7b5b814.tar.gz talos-obmc-linux-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.h | 2 |
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. |