commit | fe44f452db0b92b7a36a048e3c6731494712d4d9 | [log] [tgz] |
---|---|---|
author | Kim Phillips <kim.phillips@freescale.com> | Mon Oct 29 13:34:28 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Sun Nov 04 11:00:35 2012 -0700 |
tree | fec4478bf5c51d1313abbb078cb1b7a8bc47b71a | |
parent | cdfdb8d7f300cbe42fc22af75efd142644ee9373 [diff] |
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>