All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Turquette <mturquette@linaro.org>
To: Arnd Bergmann <arnd@arndb.de>
Cc: linux-kernel@lists.codethink.co.uk,
	linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] clk: export __clk_round_rate for providers
Date: Tue, 03 Jun 2014 10:37:44 -0700	[thread overview]
Message-ID: <20140603173744.10062.55679@quantum> (raw)
In-Reply-To: <6099360.oW6xYL5CNm@wuerfel>

Quoting Arnd Bergmann (2014-06-03 02:40:14)
> Commit 99cbd064b0 ("clk: qcom: Support display RCG clocks") adds
> a use of the __clk_round_rate in a clock provided that can be built
> as a loadable module.
> 
> This exports the symbol to avoid the build error from compiling
> the qcom clock as a module.
> 
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Cc: Stephen Boyd <sboyd@codeaurora.org>
> Cc: Mike Turquette <mturquette@linaro.org>

Applied.

Thanks,
Mike

> 
> diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
> index 2df2b26..8b73ede 100644
> --- a/drivers/clk/clk.c
> +++ b/drivers/clk/clk.c
> @@ -1006,6 +1006,7 @@ unsigned long __clk_round_rate(struct clk *clk, unsigned long rate)
>         else
>                 return clk->rate;
>  }
> +EXPORT_SYMBOL_GPL(__clk_round_rate);
>  
>  /**
>   * clk_round_rate - round the given rate for a clk
> 

WARNING: multiple messages have this Message-ID (diff)
From: mturquette@linaro.org (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] clk: export __clk_round_rate for providers
Date: Tue, 03 Jun 2014 10:37:44 -0700	[thread overview]
Message-ID: <20140603173744.10062.55679@quantum> (raw)
In-Reply-To: <6099360.oW6xYL5CNm@wuerfel>

Quoting Arnd Bergmann (2014-06-03 02:40:14)
> Commit 99cbd064b0 ("clk: qcom: Support display RCG clocks") adds
> a use of the __clk_round_rate in a clock provided that can be built
> as a loadable module.
> 
> This exports the symbol to avoid the build error from compiling
> the qcom clock as a module.
> 
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Cc: Stephen Boyd <sboyd@codeaurora.org>
> Cc: Mike Turquette <mturquette@linaro.org>

Applied.

Thanks,
Mike

> 
> diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
> index 2df2b26..8b73ede 100644
> --- a/drivers/clk/clk.c
> +++ b/drivers/clk/clk.c
> @@ -1006,6 +1006,7 @@ unsigned long __clk_round_rate(struct clk *clk, unsigned long rate)
>         else
>                 return clk->rate;
>  }
> +EXPORT_SYMBOL_GPL(__clk_round_rate);
>  
>  /**
>   * clk_round_rate - round the given rate for a clk
> 

  reply	other threads:[~2014-06-03 17:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-03  9:40 [PATCH] clk: export __clk_round_rate for providers Arnd Bergmann
2014-06-03  9:40 ` Arnd Bergmann
2014-06-03 17:37 ` Mike Turquette [this message]
2014-06-03 17:37   ` Mike Turquette

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140603173744.10062.55679@quantum \
    --to=mturquette@linaro.org \
    --cc=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@lists.codethink.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.