diff options
Diffstat (limited to 'arch/alpha/lib/ev67-strcat.S')
-rw-r--r-- | arch/alpha/lib/ev67-strcat.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/alpha/lib/ev67-strcat.S b/arch/alpha/lib/ev67-strcat.S index c426fe3ed72f..b69f60419be1 100644 --- a/arch/alpha/lib/ev67-strcat.S +++ b/arch/alpha/lib/ev67-strcat.S | |||
@@ -19,7 +19,7 @@ | |||
19 | * string once. | 19 | * string once. |
20 | */ | 20 | */ |
21 | 21 | ||
22 | 22 | #include <asm/export.h> | |
23 | .text | 23 | .text |
24 | 24 | ||
25 | .align 4 | 25 | .align 4 |
@@ -52,3 +52,4 @@ $found: cttz $2, $3 # U0 : | |||
52 | br __stxcpy # L0 : | 52 | br __stxcpy # L0 : |
53 | 53 | ||
54 | .end strcat | 54 | .end strcat |
55 | EXPORT_SYMBOL(strcat) | ||