Blackfin: export show_stack() to modules
[safe/jmp/linux-2.6] / arch / blackfin / kernel / traps.c
index fccf741..5994597 100644 (file)
@@ -944,6 +944,7 @@ void show_stack(struct task_struct *task, unsigned long *stack)
        }
 #endif
 }
+EXPORT_SYMBOL(show_stack);
 
 void dump_stack(void)
 {