diff options
author | Prashant Gaikwad <pgaikwad@nvidia.com> | 2013-01-04 02:00:58 -0500 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2013-01-24 14:13:03 -0500 |
commit | 8ae5ac5607b5baf7c1178998032ba752f61c7165 (patch) | |
tree | 872d14d7170aee195258eda5d6f0fbbf8838f386 /drivers/clk/versatile/clk-vexpress-osc.c | |
parent | 10290030d7d31e387f602190ece2cdb3abfb3d71 (diff) |
clk: vexpress: Use common of_clk_init() function
Use common of_clk_init() function for clock initialization.
Signed-off-by: Prashant Gaikwad <pgaikwad@nvidia.com>
Tested-by: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/versatile/clk-vexpress-osc.c')
-rw-r--r-- | drivers/clk/versatile/clk-vexpress-osc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/versatile/clk-vexpress-osc.c b/drivers/clk/versatile/clk-vexpress-osc.c index dcb6ae0a0425..256c8be74df8 100644 --- a/drivers/clk/versatile/clk-vexpress-osc.c +++ b/drivers/clk/versatile/clk-vexpress-osc.c | |||
@@ -144,3 +144,4 @@ error: | |||
144 | vexpress_config_func_put(osc->func); | 144 | vexpress_config_func_put(osc->func); |
145 | kfree(osc); | 145 | kfree(osc); |
146 | } | 146 | } |
147 | CLK_OF_DECLARE(vexpress_soc, "arm,vexpress-osc", vexpress_osc_of_setup); | ||