Searched hist:b11a6face1b6d5518319f797a74e22bb4309daa9 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/clk/ |
H A D | clk-conf.c | diff b11a6face1b6d5518319f797a74e22bb4309daa9 Mon Aug 04 12:48:58 CEST 2014 Sylwester Nawrocki <s.nawrocki@samsung.com> clk: Add missing of_clk_set_defaults export
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 <fengguang.wu@intel.com> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Acked-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Mike Turquette <mturquette@linaro.org>
|