aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti/autoidle.c
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2015-03-04 21:02:05 +0200
committerTero Kristo <t-kristo@ti.com>2015-06-02 12:31:45 +0300
commita3314e9cf69c1d4052017e559ea69a042ccd83e2 (patch)
treeac59f0bda8126dbc79b5ec0fb8edc9dca8c66fda /drivers/clk/ti/autoidle.c
parentclk: ti: am3517: move remaining am3517 clock support code to clock driver (diff)
downloadlinux-dev-a3314e9cf69c1d4052017e559ea69a042ccd83e2.tar.xz
linux-dev-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/autoidle.c')
-rw-r--r--drivers/clk/ti/autoidle.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/ti/autoidle.c b/drivers/clk/ti/autoidle.c
index 3dbcc3681058..94f0dcd94181 100644
--- a/drivers/clk/ti/autoidle.c
+++ b/drivers/clk/ti/autoidle.c
@@ -22,6 +22,8 @@
#include <linux/of_address.h>
#include <linux/clk/ti.h>
+#include "clock.h"
+
struct clk_ti_autoidle {
void __iomem *reg;
u8 shift;