]> Pileus Git - ~andy/linux/blobdiff - arch/microblaze/kernel/traps.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux...
[~andy/linux] / arch / microblaze / kernel / traps.c
index 30e6b5004a6a05310df22c445f542107af3190fe..cb619533a19270bcb12f326188149dc055bccfd7 100644 (file)
@@ -75,9 +75,3 @@ void show_stack(struct task_struct *task, unsigned long *sp)
 
        debug_show_held_locks(task);
 }
-
-void dump_stack(void)
-{
-       show_stack(NULL, NULL);
-}
-EXPORT_SYMBOL(dump_stack);