commit | be2a7fce397d82b7dc3fdbc61fb0bdab118e65ca | [log] [tgz] |
---|---|---|
author | Davidlohr Bueso <dave@stgolabs.net> | Thu Apr 16 12:48:40 2015 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Apr 17 09:04:09 2015 -0400 |
tree | 2bc6b8725ca6f7a34ea1d5698501d10d1f90966e | |
parent | 02d699f1f464410d5753a034dd38c76a1a1647e0 [diff] |
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>