aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/ti/fixed-factor.c
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2015-03-02 19:06:54 +0200
committerTero Kristo <t-kristo@ti.com>2015-06-02 12:31:13 +0300
commitbf22bae794d696e411acfcac39b415e160e93834 (patch)
tree73614c7bd3659b8edaaf841cfb8f2e2c545b5795 /drivers/clk/ti/fixed-factor.c
parentARM: OMAP36xx: remove clock36xx.c/.h files (diff)
downloadwireguard-linux-bf22bae794d696e411acfcac39b415e160e93834.tar.xz
wireguard-linux-bf22bae794d696e411acfcac39b415e160e93834.zip
clk: ti: autoidle: move generic autoidle handling code to clock driver
This is no longer needed in platform directory, as the legacy clock data is gone, so move it under TI clock driver. Some static functions are renamed also. Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'drivers/clk/ti/fixed-factor.c')
-rw-r--r--drivers/clk/ti/fixed-factor.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/ti/fixed-factor.c b/drivers/clk/ti/fixed-factor.c
index c2c8a287408c..3cd406768909 100644
--- a/drivers/clk/ti/fixed-factor.c
+++ b/drivers/clk/ti/fixed-factor.c
@@ -22,6 +22,8 @@
#include <linux/of_address.h>
#include <linux/clk/ti.h>
+#include "clock.h"
+
#undef pr_fmt
#define pr_fmt(fmt) "%s: " fmt, __func__