Commit 5dd6ef50 authored by Paul Mundt's avatar Paul Mundt

sh: export return_address() symbol.

This is needed with some of the tracing code built as modules, so provide
the export.
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 4bea3418
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
* for more details. * for more details.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/module.h>
#include <asm/dwarf.h> #include <asm/dwarf.h>
#ifdef CONFIG_DWARF_UNWINDER #ifdef CONFIG_DWARF_UNWINDER
...@@ -52,3 +53,5 @@ void *return_address(unsigned int depth) ...@@ -52,3 +53,5 @@ void *return_address(unsigned int depth)
} }
#endif #endif
EXPORT_SYMBOL_GPL(return_address);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment