Skip to content

Commit

Permalink
clk: clk-apple-nco: Allow and fix module building
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Povišer <povik+lin@cutebit.org>

Link: https://lore.kernel.org/r/20220312135722.20770-1-povik+lin@cutebit.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
  • Loading branch information
Martin Povišer authored and Stephen Boyd committed Mar 15, 2022
1 parent d447eaf commit 236541a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/clk/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion drivers/clk/clk-apple-nco.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 236541a

Please sign in to comment.