Skip to content
Snippets Groups Projects
Commit fe44f452 authored by Kim Phillips's avatar Kim Phillips Committed by Tom Rini
Browse files

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: default avatarKim Phillips <kim.phillips@freescale.com>
parent cdfdb8d7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment