clk: Add missing of_clk_set_defaults export
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Mon, 4 Aug 2014 10:44:33 +0000 (12:44 +0200)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 03:00:34 +0000 (12:00 +0900)
commite1bdb91bfa17aa79ec72c68790f363245932c7e4
treea6f9e8c524258cab499448bee42afbb169c829dc
parent7433dce716f15c9d68ad973c02688c04b4365387
clk: Add missing of_clk_set_defaults export

The of_clk_set_defaults() function is used in the I2C subsystem which
can be build 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"

Change-Id: Ibdff952f3c958d09ff8f07a567a8026e7942a586
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
drivers/clk/clk-conf.c