summaryrefslogtreecommitdiff
path: root/drivers/clk/ti/clk-816x.c
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2015-03-03 11:51:01 +0300
committerTero Kristo <t-kristo@ti.com>2015-06-02 12:31:13 +0300
commita5aa8a603efa25dd41220bff990da025c93b632b (patch)
tree77f34383759e402a026374a045271ad2139eb3a7 /drivers/clk/ti/clk-816x.c
parentbf22bae794d696e411acfcac39b415e160e93834 (diff)
downloadlinux-a5aa8a603efa25dd41220bff990da025c93b632b.tar.xz
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-816x.c')
-rw-r--r--drivers/clk/ti/clk-816x.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/ti/clk-816x.c b/drivers/clk/ti/clk-816x.c
index 9451e651a1ff..c69352b24dba 100644
--- a/drivers/clk/ti/clk-816x.c
+++ b/drivers/clk/ti/clk-816x.c
@@ -14,6 +14,8 @@
#include <linux/clk-provider.h>
#include <linux/clk/ti.h>
+#include "clock.h"
+
static struct ti_dt_clk dm816x_clks[] = {
DT_CLK(NULL, "sys_clkin", "sys_clkin_ck"),
DT_CLK(NULL, "timer_sys_ck", "sys_clkin_ck"),