diff options
author | Tero Kristo <t-kristo@ti.com> | 2015-03-04 20:02:05 +0100 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-06-02 11:31:45 +0200 |
commit | a3314e9cf69c1d4052017e559ea69a042ccd83e2 (patch) | |
tree | ac59f0bda8126dbc79b5ec0fb8edc9dca8c66fda /drivers/clk/ti/clk-44xx.c | |
parent | clk: ti: am3517: move remaining am3517 clock support code to clock driver (diff) | |
download | linux-a3314e9cf69c1d4052017e559ea69a042ccd83e2.tar.xz linux-a3314e9cf69c1d4052017e559ea69a042ccd83e2.zip |
clk: ti: move some public definitions to private header
Several exported TI clock driver features are no longer needed outside
the clock driver itself, thus move all of these to the driver private
header file. Also, update some of the driver files to actually include
this header.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'drivers/clk/ti/clk-44xx.c')
-rw-r--r-- | drivers/clk/ti/clk-44xx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/ti/clk-44xx.c b/drivers/clk/ti/clk-44xx.c index 581db7711f51..7a8b51b35f9f 100644 --- a/drivers/clk/ti/clk-44xx.c +++ b/drivers/clk/ti/clk-44xx.c @@ -16,6 +16,8 @@ #include <linux/clkdev.h> #include <linux/clk/ti.h> +#include "clock.h" + /* * OMAP4 ABE DPLL default frequency. In OMAP4460 TRM version V, section * "3.6.3.2.3 CM1_ABE Clock Generator" states that the "DPLL_ABE_X2_CLK |