]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arch/powerpc/lib/extable.c: sparse fix
authorKim Phillips <kim.phillips@freescale.com>
Mon, 29 Oct 2012 13:34:28 +0000 (13:34 +0000)
committerTom Rini <trini@ti.com>
Sun, 4 Nov 2012 18:00:35 +0000 (11:00 -0700)
commitfe44f452db0b92b7a36a048e3c6731494712d4d9
treefec4478bf5c51d1313abbb078cb1b7a8bc47b71a
parentcdfdb8d7f300cbe42fc22af75efd142644ee9373
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>
arch/powerpc/lib/extable.c