aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/lib/strlen_user.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/lib/strlen_user.S')
-rw-r--r--arch/ia64/lib/strlen_user.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/lib/strlen_user.S b/arch/ia64/lib/strlen_user.S
index c71eded4285e..9d257684e733 100644
--- a/arch/ia64/lib/strlen_user.S
+++ b/arch/ia64/lib/strlen_user.S
@@ -16,6 +16,7 @@
*/
#include <asm/asmmacro.h>
+#include <asm/export.h>
//
// int strlen_user(char *)
@@ -196,3 +197,4 @@ GLOBAL_ENTRY(__strlen_user)
mov ar.pfs=saved_pfs // because of ar.ec, restore no matter what
br.ret.sptk.many rp
END(__strlen_user)
+EXPORT_SYMBOL(__strlen_user)