Skip to content

Commit 39070a9

Browse files
joe-lawrencempe
authored andcommitted
powerpc: Remove export of save_stack_trace_tsk_reliable()
As tglx points out, there are no in-tree module users of save_stack_trace_tsk_reliable() and its x86 counterpart is not exported, so remove the powerpc symbol export. Suggested-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
1 parent c38ca26 commit 39070a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/powerpc/kernel/stacktrace.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ int save_stack_trace_tsk_reliable(struct task_struct *tsk,
220220

221221
return ret;
222222
}
223-
EXPORT_SYMBOL_GPL(save_stack_trace_tsk_reliable);
224223
#endif /* CONFIG_HAVE_RELIABLE_STACKTRACE */
225224

226225
#if defined(CONFIG_PPC_BOOK3S_64) && defined(CONFIG_NMI_IPI)

0 commit comments

Comments
 (0)