commit | 10ef9bc318be1fb5ec23d9ba9b2d415ba180b31c | [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 | 9d2177225cc1c34e355b72cdee649c9d686ab5cb [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>