summaryrefslogtreecommitdiff
path: root/drivers/clk/ti/clk-33xx.c
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2015-03-03 10:51:01 +0200
committerTero Kristo <t-kristo@ti.com>2015-06-02 12:31:13 +0300
commita5aa8a603efa25dd41220bff990da025c93b632b (patch)
tree77f34383759e402a026374a045271ad2139eb3a7 /drivers/clk/ti/clk-33xx.c
parentbf22bae794d696e411acfcac39b415e160e93834 (diff)
clk: ti: move omap2_clk_enable_init_clocks under clock driver
This is no longer used outside clock driver, so move it under the driver and remove the export for it from the global header file. Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'drivers/clk/ti/clk-33xx.c')
-rw-r--r--drivers/clk/ti/clk-33xx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/ti/clk-33xx.c b/drivers/clk/ti/clk-33xx.c
index 028b33783d38..733f9d374d0f 100644
--- a/drivers/clk/ti/clk-33xx.c
+++ b/drivers/clk/ti/clk-33xx.c
@@ -19,6 +19,8 @@
#include <linux/clk-provider.h>
#include <linux/clk/ti.h>
+#include "clock.h"
+
static struct ti_dt_clk am33xx_clks[] = {
DT_CLK(NULL, "clk_32768_ck", "clk_32768_ck"),
DT_CLK(NULL, "clk_rc32k_ck", "clk_rc32k_ck"),