aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/lib/strcpy.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/lib/strcpy.S')
-rw-r--r--arch/alpha/lib/strcpy.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/alpha/lib/strcpy.S b/arch/alpha/lib/strcpy.S
index e0728e4ad21f..98deae1e4d08 100644
--- a/arch/alpha/lib/strcpy.S
+++ b/arch/alpha/lib/strcpy.S
@@ -5,7 +5,7 @@
* Copy a null-terminated string from SRC to DST. Return a pointer
* to the null-terminator in the source.
*/
-
+#include <asm/export.h>
.text
.align 3
@@ -21,3 +21,4 @@ strcpy:
br __stxcpy # do the copy
.end strcpy
+ EXPORT_SYMBOL(strcpy)