Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1672108
| From | Stephen Boyd <sboyd@codeaurora.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] clk: bcm: don't mark iproc_pll_clk_setup as __init |
| Date | 2017-06-22 00:10 +0200 |
| Message-ID | <tUVZ0-3Vj-7@gated-at.bofh.it> (permalink) |
| References | <tUVPk-3BI-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 06/21, Arnd Bergmann wrote:
> This function is now called from the probe() function of a
> platform driver, which may be called later than __init,
> which triggers a lot of warnings like:
>
> WARNING: drivers/clk/built-in.o(.text+0x1a41c): Section mismatch in reference from the function sr_lcpll1_clk_init() to the function .init.text:iproc_pll_clk_setup()
>
> This removes the annotation on iproc_pll_clk_setup to address
> all those warnings.
>
> Fixes: 654cdd3229cd ("clk: bcm: Add clocks for Stingray SOC")
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Thanks. I already have the fix in my queue though.
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] clk: bcm: don't mark iproc_pll_clk_setup as __init Arnd Bergmann <arnd@arndb.de> - 2017-06-22 00:00 +0200 Re: [PATCH] clk: bcm: don't mark iproc_pll_clk_setup as __init Stephen Boyd <sboyd@codeaurora.org> - 2017-06-22 00:10 +0200
csiph-web