Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
[firefly-linux-kernel-4.4.55.git] / arch / arc / kernel / stacktrace.c
index a63ff842564b3c866c4df70da5a8b5903d21c12c..ca0207b9d5b6f14d668be5f68735b52ccde1f54d 100644 (file)
@@ -220,13 +220,6 @@ void show_stack(struct task_struct *tsk, unsigned long *sp)
        show_stacktrace(tsk, NULL);
 }
 
-/* Expected by Rest of kernel code */
-void dump_stack(void)
-{
-       show_stacktrace(NULL, NULL);
-}
-EXPORT_SYMBOL(dump_stack);
-
 /* Another API expected by schedular, shows up in "ps" as Wait Channel
  * Ofcourse just returning schedule( ) would be pointless so unwind until
  * the function is not in schedular code