The of_clk_set_defaults() function is used in subsystems which can
be built as module. Add the missing symbol export entry so there
is no build errors like:
"ERROR: "of_clk_set_defaults" [drivers/i2c/i2c-core.ko] undefined!".
Fixes commit:
86be408bfbd846fab3c4ac21d6f9298bd2e4b790
"clk: Support for clock parents and rates assigned from device tree"
Reported-by: kbuild test robot <[email protected]>
Signed-off-by: Sylwester Nawrocki <[email protected]>
Acked-by: Wolfram Sang <[email protected]>
Signed-off-by: Mike Turquette <[email protected]>
return __set_clk_rates(node, clk_supplier);
}
+EXPORT_SYMBOL_GPL(of_clk_set_defaults);