summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/omap_common.h
diff options
context:
space:
mode:
authorJassi Brar <jaswinder.singh@linaro.org>2012-08-07 14:59:18 +0530
committerTom Rini <trini@ti.com>2014-01-24 09:34:22 -0500
commit02c41535b6a4744e28e89938584d8db230ac014f (patch)
tree087f5e395d944f512475e33efc7609501975a42b /arch/arm/include/asm/omap_common.h
parentc71b4dd2da0dcddabd7c29e6c3dc8a495d4bd928 (diff)
downloadtalos-obmc-uboot-02c41535b6a4744e28e89938584d8db230ac014f.tar.gz
talos-obmc-uboot-02c41535b6a4744e28e89938584d8db230ac014f.zip
ARM: OMAP4/5: Remove dead code against CONFIG_SYS_CLOCKS_ENABLE_ALL
The commit f3f98bb0 : "ARM: OMAP4/5: Do not configure non essential pads, clocks, dplls" removed the config option aimed towards moving that stuff into kernel, which renders some code unreachable. Remove that code. Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to 'arch/arm/include/asm/omap_common.h')
-rw-r--r--arch/arm/include/asm/omap_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h
index a78f99079b..4efc89ee20 100644
--- a/arch/arm/include/asm/omap_common.h
+++ b/arch/arm/include/asm/omap_common.h
@@ -567,7 +567,6 @@ u32 omap_ddr_clk(void);
u32 get_sys_clk_index(void);
void enable_basic_clocks(void);
void enable_basic_uboot_clocks(void);
-void enable_non_essential_clocks(void);
void scale_vcores(struct vcores_data const *);
u32 get_offset_code(u32 volt_offset, struct pmic_data *pmic);
void do_scale_vcore(u32 vcore_reg, u32 volt_mv, struct pmic_data *pmic);
OpenPOWER on IntegriCloud