commit | 221db4c008a6da33ec870ea0a5ddc807def3cf49 | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Tue Jan 17 08:52:58 2017 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 20 15:38:03 2017 -0500 |
tree | 7c9f9f0f5746d8b5555519aeb833909a72b43940 | |
parent | a5b2007ef1c8d76925d72f5745130ac586ab155e [diff] |
ARM: OMAP4: Fix compiler warning Latest gcc 6.2 compiler is throwing the below warning for omap4_panda_defconfig arch/arm/mach-omap2/omap4/hw_data.c:136:3: warning: 'abe_dpll_params_sysclk_196608khz' defined but not used [-Wunused-const-variable=] abe_dpll_params_sysclk_196608khz[NUM_SYS_CLKS] = { Fix this by guarding it with CONFIG_SYS_OMAP_ABE_SYSCK Reported-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>