Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-stable
[platform/kernel/linux-exynos.git] / arch / arm / kernel / traps.c
index ec64571..486e12a 100644 (file)
@@ -204,13 +204,6 @@ static void dump_backtrace(struct pt_regs *regs, struct task_struct *tsk)
 }
 #endif
 
-void dump_stack(void)
-{
-       dump_backtrace(NULL, NULL);
-}
-
-EXPORT_SYMBOL(dump_stack);
-
 void show_stack(struct task_struct *tsk, unsigned long *sp)
 {
        dump_backtrace(NULL, tsk);