clk: Add missing of_clk_set_defaults export
authorSylwester Nawrocki <[email protected]>
Mon, 4 Aug 2014 10:48:58 +0000 (12:48 +0200)
committerMike Turquette <[email protected]>
Mon, 4 Aug 2014 16:48:39 +0000 (09:48 -0700)
commitb11a6face1b6d5518319f797a74e22bb4309daa9
tree2386cc47a6a666e60bb908be8a3bd77fcbbb8504
parent6ba19bf066624f0090fd3beaea115ad55cafb753
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 <[email protected]>
Signed-off-by: Sylwester Nawrocki <[email protected]>
Acked-by: Wolfram Sang <[email protected]>
Signed-off-by: Mike Turquette <[email protected]>
drivers/clk/clk-conf.c