diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2012-10-29 13:34:28 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-11-04 11:00:35 -0700 |
commit | fe44f452db0b92b7a36a048e3c6731494712d4d9 (patch) | |
tree | fec4478bf5c51d1313abbb078cb1b7a8bc47b71a /include/ddr_spd.h | |
parent | cdfdb8d7f300cbe42fc22af75efd142644ee9373 (diff) | |
download | u-boot-imx-fe44f452db0b92b7a36a048e3c6731494712d4d9.zip u-boot-imx-fe44f452db0b92b7a36a048e3c6731494712d4d9.tar.gz u-boot-imx-fe44f452db0b92b7a36a048e3c6731494712d4d9.tar.bz2 |
arch/powerpc/lib/extable.c: sparse fix
extable.c:66:9: warning: symbol 'ex_tab_message' was not declared. Should it be static?
making it static can produce a new build warning on some boards:
extable.c:66:12: warning: 'ex_tab_message' defined but not used [-Wunused-variable]
but ex_tab_message doesn't do much even when used, so just remove it.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/ddr_spd.h')
0 files changed, 0 insertions, 0 deletions