linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] clk: Fix comment for end of CONFIG_COMMON_CLK section
@ 2012-04-01 11:32 Mark Brown
  2012-04-01 11:32 ` [PATCH 2/2] clkdev: Implement managed clk_get() Mark Brown
  2012-04-01 13:02 ` [PATCH 1/2] clk: Fix comment for end of CONFIG_COMMON_CLK section Russell King - ARM Linux
  0 siblings, 2 replies; 19+ messages in thread
From: Mark Brown @ 2012-04-01 11:32 UTC (permalink / raw)
  To: linux-arm-kernel

There is no else block so the #endif is for the end of the section for
CONFIG_COMMON_CLK.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 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 b025272..4b27d15 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 /* CONFIG_COMMON_CLK */
 
 /**
  * clk_get - lookup and obtain a reference to a clock producer.
-- 
1.7.9.1

^ permalink raw reply related	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2012-04-02 18:05 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-01 11:32 [PATCH 1/2] clk: Fix comment for end of CONFIG_COMMON_CLK section Mark Brown
2012-04-01 11:32 ` [PATCH 2/2] clkdev: Implement managed clk_get() Mark Brown
2012-04-01 15:26   ` Stephen Boyd
2012-04-01 15:34     ` Mark Brown
2012-04-02 16:48       ` Stephen Boyd
2012-04-02 16:52         ` Russell King - ARM Linux
2012-04-02 17:04           ` Stephen Boyd
2012-04-02 17:08             ` Russell King - ARM Linux
2012-04-02 17:16               ` Stephen Boyd
2012-04-02 17:21                 ` Russell King - ARM Linux
2012-04-02 17:34                   ` Stephen Boyd
2012-04-02 18:02                     ` Russell King - ARM Linux
2012-04-02 17:16         ` Mark Brown
2012-04-02 17:30           ` Turquette, Mike
2012-04-02 17:04   ` Russell King - ARM Linux
2012-04-02 17:34     ` Mark Brown
2012-04-02 18:05       ` Russell King - ARM Linux
2012-04-01 13:02 ` [PATCH 1/2] clk: Fix comment for end of CONFIG_COMMON_CLK section Russell King - ARM Linux
2012-04-01 14:29   ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).