Skip to content

Commit 236541a

Browse files
povikbebarino
authored andcommitted
clk: clk-apple-nco: Allow and fix module building
Signed-off-by: Martin Povišer <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent d447eaf commit 236541a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/clk/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ config LMK04832
6060
Low-Noise JESD204B Compliant Clock Jitter Cleaner With Dual Loop PLLs
6161

6262
config COMMON_CLK_APPLE_NCO
63-
bool "Clock driver for Apple SoC NCOs"
63+
tristate "Clock driver for Apple SoC NCOs"
6464
depends on ARCH_APPLE || COMPILE_TEST
6565
default ARCH_APPLE
6666
help

drivers/clk/clk-apple-nco.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ static const struct of_device_id applnco_ids[] = {
318318
{ .compatible = "apple,nco" },
319319
{ }
320320
};
321-
MODULE_DEVICE_TABLE(of, applnco_ids)
321+
MODULE_DEVICE_TABLE(of, applnco_ids);
322322

323323
static struct platform_driver applnco_driver = {
324324
.driver = {

0 commit comments

Comments
 (0)