diff options
author | David Lechner <david@lechnology.com> | 2018-05-18 19:48:15 +0300 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2018-06-26 13:22:07 +0300 |
commit | 4d7ee968edea20d5cd50a8e899920843884c1943 (patch) | |
tree | 423c6937bdc556161e761429e6393f11e1943d78 /arch/arm/mach-davinci/common.c | |
parent | aa1da33c091b731f1e88d0c65ee9f285ac8dd5f9 (diff) | |
download | linux-4d7ee968edea20d5cd50a8e899920843884c1943.tar.xz |
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/common.c')
-rw-r--r-- | arch/arm/mach-davinci/common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/common.c b/arch/arm/mach-davinci/common.c index bcb6a7ba84e9..e03f95ccd95c 100644 --- a/arch/arm/mach-davinci/common.c +++ b/arch/arm/mach-davinci/common.c @@ -118,5 +118,4 @@ err: void __init davinci_init_late(void) { davinci_cpufreq_init(); - davinci_clk_disable_unused(); } |