diff options
Diffstat (limited to 'arch/arm64/lib/strchr.S')
-rw-r--r-- | arch/arm64/lib/strchr.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/lib/strchr.S b/arch/arm64/lib/strchr.S index 7c83091d1bcd..b179421f46c7 100644 --- a/arch/arm64/lib/strchr.S +++ b/arch/arm64/lib/strchr.S @@ -40,3 +40,4 @@ WEAK(strchr) csel x0, x0, xzr, eq ret ENDPROC(strchr) +EXPORT_SYMBOL_NOKASAN(strchr) |