arc: do not export symbols in troubleshoot.c
authorDavidlohr Bueso <dave@stgolabs.net>
Thu, 16 Apr 2015 19:48:40 +0000 (12:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
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 <dbueso@suse.de>
Acked-by: Vineet Gupta <vgupta@synoipsys.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/arc/kernel/troubleshoot.c