arc: do not export symbols in troubleshoot.c
authorDavidlohr Bueso <[email protected]>
Thu, 16 Apr 2015 19:48:40 +0000 (12:48 -0700)
committerLinus Torvalds <[email protected]>
Fri, 17 Apr 2015 13:04:09 +0000 (09:04 -0400)
commitbe2a7fce397d82b7dc3fdbc61fb0bdab118e65ca
tree2bc6b8725ca6f7a34ea1d5698501d10d1f90966e
parent02d699f1f464410d5753a034dd38c76a1a1647e0
arc: do not export symbols in troubleshoot.c

print_task_path_n_nm() is local to this file, its only user being
show_regs().  Mark the function static and avoid the EXPORT_SYMBOL.

Signed-off-by: Davidlohr Bueso <[email protected]>
Acked-by: Vineet Gupta <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/arc/kernel/troubleshoot.c