aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/lib/strlen.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/lib/strlen.S')
-rw-r--r--arch/alpha/lib/strlen.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/alpha/lib/strlen.S b/arch/alpha/lib/strlen.S
index fe63353de152..79c416f71bac 100644
--- a/arch/alpha/lib/strlen.S
+++ b/arch/alpha/lib/strlen.S
@@ -11,7 +11,7 @@
11 * do this instead of the 9 instructions that 11 * do this instead of the 9 instructions that
12 * binary search needs). 12 * binary search needs).
13 */ 13 */
14 14#include <asm/export.h>
15 .set noreorder 15 .set noreorder
16 .set noat 16 .set noat
17 17
@@ -55,3 +55,4 @@ done: subq $0, $16, $0
55 ret $31, ($26) 55 ret $31, ($26)
56 56
57 .end strlen 57 .end strlen
58 EXPORT_SYMBOL(strlen)