diff --git a/[refs] b/[refs] index 75224a5dc040..7e4af7ed5feb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4bea3418c737891894b9d3d3e9f8bbd67d66fa38 +refs/heads/master: 5dd6ef5050c5012267e2b84f3d82ba85cdb5ca32 diff --git a/trunk/arch/sh/kernel/return_address.c b/trunk/arch/sh/kernel/return_address.c index df3ab5811074..cbf1dd5372b2 100644 --- a/trunk/arch/sh/kernel/return_address.c +++ b/trunk/arch/sh/kernel/return_address.c @@ -9,6 +9,7 @@ * for more details. */ #include +#include #include #ifdef CONFIG_DWARF_UNWINDER @@ -52,3 +53,5 @@ void *return_address(unsigned int depth) } #endif + +EXPORT_SYMBOL_GPL(return_address);