All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: export clk_bulk_prepare
@ 2017-10-05 12:12 Arnd Bergmann
  2017-10-05 17:22 ` Stephen Boyd
  0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2017-10-05 12:12 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: Dong Aisheng, Bjorn Andersson, Jeremy McNicoll, Ulf Hansson,
	Arnd Bergmann, linux-clk, linux-kernel

The ARM allmodconfig build fails in linux-next, since one
clk interface was accidentally never exported but is now
used by an mmc driver:

ERROR: "clk_bulk_prepare" [drivers/mmc/host/sdhci-msm.ko] undefined!

This exports it as well.

Fixes: d8034e3379a8 ("mmc: sdhci-msm: Utilize bulk clock API")
Fixes: 266e4e9d9150 ("clk: add clk_bulk_get accessories")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 drivers/clk/clk-bulk.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/clk-bulk.c b/drivers/clk/clk-bulk.c
index c834f5abfc49..4c10456f8a32 100644
--- a/drivers/clk/clk-bulk.c
+++ b/drivers/clk/clk-bulk.c
@@ -105,6 +105,7 @@ int __must_check clk_bulk_prepare(int num_clks,
 
 	return  ret;
 }
+EXPORT_SYMBOL_GPL(clk_bulk_prepare);
 
 #endif /* CONFIG_HAVE_CLK_PREPARE */
 
-- 
2.9.0

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

* Re: [PATCH] clk: export clk_bulk_prepare
  2017-10-05 12:12 [PATCH] clk: export clk_bulk_prepare Arnd Bergmann
@ 2017-10-05 17:22 ` Stephen Boyd
  2017-10-05 20:31   ` Arnd Bergmann
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Boyd @ 2017-10-05 17:22 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Michael Turquette, Dong Aisheng, Bjorn Andersson, Jeremy McNicoll,
	Ulf Hansson, linux-clk, linux-kernel

On 10/05, Arnd Bergmann wrote:
> The ARM allmodconfig build fails in linux-next, since one

Which version of linux-next? I merged a patch for this already
and pushed it out a day or two ago.

> clk interface was accidentally never exported but is now
> used by an mmc driver:
> 

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

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

* Re: [PATCH] clk: export clk_bulk_prepare
  2017-10-05 17:22 ` Stephen Boyd
@ 2017-10-05 20:31   ` Arnd Bergmann
  0 siblings, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2017-10-05 20:31 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: Michael Turquette, Dong Aisheng, Bjorn Andersson, Jeremy McNicoll,
	Ulf Hansson, linux-clk, Linux Kernel Mailing List

On Thu, Oct 5, 2017 at 7:22 PM, Stephen Boyd <sboyd@codeaurora.org> wrote:
> On 10/05, Arnd Bergmann wrote:
>> The ARM allmodconfig build fails in linux-next, since one
>
> Which version of linux-next? I merged a patch for this already
> and pushed it out a day or two ago.

I used the latest linux-next, which unfortunately is a few days old by now,
just ignore my patch then.

      Arnd

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

end of thread, other threads:[~2017-10-05 20:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-05 12:12 [PATCH] clk: export clk_bulk_prepare Arnd Bergmann
2017-10-05 17:22 ` Stephen Boyd
2017-10-05 20:31   ` Arnd Bergmann

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.