summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/include/mach/common.h
diff options
context:
space:
mode:
authorDavid Lechner2018-05-18 18:48:15 +0200
committerSekhar Nori2018-06-26 12:22:07 +0200
commit4d7ee968edea20d5cd50a8e899920843884c1943 (patch)
tree423c6937bdc556161e761429e6393f11e1943d78 /arch/arm/mach-davinci/include/mach/common.h
parentARM: davinci: da8xx: add new sata_refclk init using common clock framework (diff)
downloadkernel-qcow2-linux-4d7ee968edea20d5cd50a8e899920843884c1943.tar.gz
kernel-qcow2-linux-4d7ee968edea20d5cd50a8e899920843884c1943.tar.xz
kernel-qcow2-linux-4d7ee968edea20d5cd50a8e899920843884c1943.zip
ARM: davinci: remove CONFIG_DAVINCI_RESET_CLOCKS
The common clock framework will take care of disabling unused clocks when we switch from the legacy davinci clocks and having this enabled will cause compile errors after we switch, so remove it now. Signed-off-by: David Lechner <david@lechnology.com> Reviewed-by: Sekhar Nori <nsekhar@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/common.h')
-rw-r--r--arch/arm/mach-davinci/include/mach/common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-davinci/include/mach/common.h b/arch/arm/mach-davinci/include/mach/common.h
index 5f45d0ac66a8..ded8f5f42725 100644
--- a/arch/arm/mach-davinci/include/mach/common.h
+++ b/arch/arm/mach-davinci/include/mach/common.h
@@ -83,12 +83,6 @@ extern void davinci_common_init(const struct davinci_soc_info *soc_info);
extern void davinci_init_ide(void);
void davinci_init_late(void);
-#ifdef CONFIG_DAVINCI_RESET_CLOCKS
-int davinci_clk_disable_unused(void);
-#else
-static inline int davinci_clk_disable_unused(void) { return 0; }
-#endif
-
#ifdef CONFIG_CPU_FREQ
int davinci_cpufreq_init(void);
#else