diff options
author | Tero Kristo <t-kristo@ti.com> | 2015-03-03 09:51:01 +0100 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-06-02 11:31:13 +0200 |
commit | a5aa8a603efa25dd41220bff990da025c93b632b (patch) | |
tree | 77f34383759e402a026374a045271ad2139eb3a7 /drivers/clk/ti/clk-2xxx.c | |
parent | clk: ti: autoidle: move generic autoidle handling code to clock driver (diff) | |
download | linux-a5aa8a603efa25dd41220bff990da025c93b632b.tar.xz linux-a5aa8a603efa25dd41220bff990da025c93b632b.zip |
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-2xxx.c')
-rw-r--r-- | drivers/clk/ti/clk-2xxx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/ti/clk-2xxx.c b/drivers/clk/ti/clk-2xxx.c index c808ab3d2bb2..bd8790be2ab1 100644 --- a/drivers/clk/ti/clk-2xxx.c +++ b/drivers/clk/ti/clk-2xxx.c @@ -19,6 +19,8 @@ #include <linux/clk-provider.h> #include <linux/clk/ti.h> +#include "clock.h" + static struct ti_dt_clk omap2xxx_clks[] = { DT_CLK(NULL, "func_32k_ck", "func_32k_ck"), DT_CLK(NULL, "secure_32k_ck", "secure_32k_ck"), |