linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: clk-apple-nco: Allow and fix module building
@ 2022-03-12 13:57 Martin Povišer
  2022-03-15 16:56 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Povišer @ 2022-03-12 13:57 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: linux-clk, linux-kernel, Martin Povišer

Signed-off-by: Martin Povišer <povik+lin@cutebit.org>
---

This slipped through. Applies to clk-next, feel free to squash. Thanks!

 drivers/clk/Kconfig         | 2 +-
 drivers/clk/clk-apple-nco.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index af4d037e18e3..65e2f8c04f32 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -60,7 +60,7 @@ config LMK04832
 	  Low-Noise JESD204B Compliant Clock Jitter Cleaner With Dual Loop PLLs
 
 config COMMON_CLK_APPLE_NCO
-	bool "Clock driver for Apple SoC NCOs"
+	tristate "Clock driver for Apple SoC NCOs"
 	depends on ARCH_APPLE || COMPILE_TEST
 	default ARCH_APPLE
 	help
diff --git a/drivers/clk/clk-apple-nco.c b/drivers/clk/clk-apple-nco.c
index 208ee2945209..39472a51530a 100644
--- a/drivers/clk/clk-apple-nco.c
+++ b/drivers/clk/clk-apple-nco.c
@@ -318,7 +318,7 @@ static const struct of_device_id applnco_ids[] = {
 	{ .compatible = "apple,nco" },
 	{ }
 };
-MODULE_DEVICE_TABLE(of, applnco_ids)
+MODULE_DEVICE_TABLE(of, applnco_ids);
 
 static struct platform_driver applnco_driver = {
 	.driver = {
-- 
2.33.0


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

* Re: [PATCH] clk: clk-apple-nco: Allow and fix module building
  2022-03-12 13:57 [PATCH] clk: clk-apple-nco: Allow and fix module building Martin Povišer
@ 2022-03-15 16:56 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2022-03-15 16:56 UTC (permalink / raw)
  To: Martin Povišer, Michael Turquette
  Cc: linux-clk, linux-kernel, Martin Povišer

Quoting Martin Povišer (2022-03-12 05:57:22)
> Signed-off-by: Martin Povišer <povik+lin@cutebit.org>
> ---

Applied to clk-next

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

end of thread, other threads:[~2022-03-15 16:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-12 13:57 [PATCH] clk: clk-apple-nco: Allow and fix module building Martin Povišer
2022-03-15 16:56 ` Stephen Boyd

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