summaryrefslogtreecommitdiff
path: root/arch/alpha/lib/memchr.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/lib/memchr.S')
-rw-r--r--arch/alpha/lib/memchr.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/alpha/lib/memchr.S b/arch/alpha/lib/memchr.S
index 14427eeb555e..c13d3eca2e05 100644
--- a/arch/alpha/lib/memchr.S
+++ b/arch/alpha/lib/memchr.S
@@ -31,7 +31,7 @@ For correctness consider that:
- only minimum number of quadwords may be accessed
- the third argument is an unsigned long
*/
-
+#include <asm/export.h>
.set noreorder
.set noat
@@ -162,3 +162,4 @@ $not_found:
ret # .. e1 :
.end memchr
+ EXPORT_SYMBOL(memchr)