aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/lib/strchr.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/lib/strchr.S')
-rw-r--r--arch/arm/lib/strchr.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/lib/strchr.S b/arch/arm/lib/strchr.S
index 013d64c71e8d..7301f6e6046c 100644
--- a/arch/arm/lib/strchr.S
+++ b/arch/arm/lib/strchr.S
@@ -11,6 +11,7 @@
11 */ 11 */
12#include <linux/linkage.h> 12#include <linux/linkage.h>
13#include <asm/assembler.h> 13#include <asm/assembler.h>
14#include <asm/export.h>
14 15
15 .text 16 .text
16 .align 5 17 .align 5
@@ -25,3 +26,4 @@ ENTRY(strchr)
25 subeq r0, r0, #1 26 subeq r0, r0, #1
26 ret lr 27 ret lr
27ENDPROC(strchr) 28ENDPROC(strchr)
29EXPORT_SYMBOL(strchr)