]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
clk: Remove comment for end of CONFIG_COMMON_CLK section
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 1 Apr 2012 14:31:23 +0000 (15:31 +0100)
committerMike Turquette <mturquette@linaro.org>
Tue, 24 Apr 2012 23:37:39 +0000 (16:37 -0700)
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>
include/linux/clk.h

index b0252726df6106991bdaa7fae7146bc6ea4b6633..c9547d99e52c1488036d40e77ca4ae1393b21e63 100644 (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.