diff options
author | Tero Kristo <t-kristo@ti.com> | 2015-03-04 21:02:05 +0200 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-06-02 12:31:45 +0300 |
commit | a3314e9cf69c1d4052017e559ea69a042ccd83e2 (patch) | |
tree | ac59f0bda8126dbc79b5ec0fb8edc9dca8c66fda /drivers/clk/ti/clk-54xx.c | |
parent | c9a58b0a848e4b88d2dd4690ef19bae8696649eb (diff) | |
download | talos-obmc-linux-a3314e9cf69c1d4052017e559ea69a042ccd83e2.tar.gz talos-obmc-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-54xx.c')
-rw-r--r-- | drivers/clk/ti/clk-54xx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/ti/clk-54xx.c b/drivers/clk/ti/clk-54xx.c index 96c69a335975..59ce2fa2c104 100644 --- a/drivers/clk/ti/clk-54xx.c +++ b/drivers/clk/ti/clk-54xx.c @@ -17,6 +17,8 @@ #include <linux/io.h> #include <linux/clk/ti.h> +#include "clock.h" + #define OMAP5_DPLL_ABE_DEFFREQ 98304000 /* |