linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: Remove comment for end of CONFIG_COMMON_CLK section
@ 2012-04-01 14:31 Mark Brown
  2012-04-02  5:16 ` Turquette, Mike
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2012-04-01 14:31 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 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..c9547d9 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.
-- 
1.7.9.1

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

* [PATCH] clk: Remove comment for end of CONFIG_COMMON_CLK section
  2012-04-01 14:31 [PATCH] clk: Remove comment for end of CONFIG_COMMON_CLK section Mark Brown
@ 2012-04-02  5:16 ` Turquette, Mike
  0 siblings, 0 replies; 2+ messages in thread
From: Turquette, Mike @ 2012-04-02  5:16 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Apr 1, 2012 at 7:31 AM, Mark Brown
<broonie@opensource.wolfsonmicro.com> wrote:
> 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>

Hi Mark,

I'm happy to take this into my next-clk/fixes branch (which I'll be
sending out shortly).

Regards,
Mike

> ---
> ?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..c9547d9 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.
> --
> 1.7.9.1
>

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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-01 14:31 [PATCH] clk: Remove comment for end of CONFIG_COMMON_CLK section Mark Brown
2012-04-02  5:16 ` Turquette, Mike

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).