From: Mark Brown Date: Sun, 1 Apr 2012 14:31:23 +0000 (+0100) Subject: clk: Remove comment for end of CONFIG_COMMON_CLK section X-Git-Tag: v3.5-rc1~71^2~6^2~20 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=7e87aed965fa7a642fc299af96d370dad7b5b814;p=~emulex%2Finfiniband.git 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 Signed-off-by: Mike Turquette --- diff --git a/include/linux/clk.h b/include/linux/clk.h index b0252726df6..c9547d99e52 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.