Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: Make of_clk_get_from_provider() available to modules

Export symbol of_clk_get_from_provider so it can be used in
loadable kernel modules

Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Michael Turquette <mturquette@baylibre.com>

authored by

Andrew F. Davis and committed by
Michael Turquette
fb4dd222 3aef6649

+1
+1
drivers/clk/clk.c
··· 3019 3019 { 3020 3020 return __of_clk_get_from_provider(clkspec, NULL, __func__); 3021 3021 } 3022 + EXPORT_SYMBOL_GPL(of_clk_get_from_provider); 3022 3023 3023 3024 int of_clk_get_parent_count(struct device_node *np) 3024 3025 {