summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/clock36xx.h
diff options
context:
space:
mode:
authorRajendra Nayak2012-04-27 12:23:48 +0200
committerPaul Walmsley2012-11-13 03:10:18 +0100
commitb4777a21381fd1f87be8c606a616b7f97f485d2b (patch)
treeaf45be72d14dde6fc899ac2ad5f9984f1bfa5cd5 /arch/arm/mach-omap2/clock36xx.h
parentARM: OMAP4: clock: Convert to common clk (diff)
downloadkernel-qcow2-linux-b4777a21381fd1f87be8c606a616b7f97f485d2b.tar.gz
kernel-qcow2-linux-b4777a21381fd1f87be8c606a616b7f97f485d2b.tar.xz
kernel-qcow2-linux-b4777a21381fd1f87be8c606a616b7f97f485d2b.zip
ARM: OMAP3: clock: Convert to common clk
Convert all OMAP3 specific platform files to use COMMON clk and keep all the changes under the CONFIG_COMMON_CLK macro check so it does not break any existing code. At a later point switch to COMMON clk and get rid of all old/legacy code. Signed-off-by: Rajendra Nayak <rnayak@ti.com> Signed-off-by: Mike Turquette <mturquette@ti.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock36xx.h')
-rw-r--r--arch/arm/mach-omap2/clock36xx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/clock36xx.h b/arch/arm/mach-omap2/clock36xx.h
index a7dee5bc6364..e6a748e54215 100644
--- a/arch/arm/mach-omap2/clock36xx.h
+++ b/arch/arm/mach-omap2/clock36xx.h
@@ -8,6 +8,10 @@
#ifndef __ARCH_ARM_MACH_OMAP2_CLOCK36XX_H
#define __ARCH_ARM_MACH_OMAP2_CLOCK36XX_H
+#ifdef CONFIG_COMMON_CLK
+extern int omap36xx_pwrdn_clk_enable_with_hsdiv_restore(struct clk_hw *hw);
+#else
extern const struct clkops clkops_omap36xx_pwrdn_with_hsdiv_wait_restore;
+#endif
#endif