summaryrefslogtreecommitdiffstats
path: root/arch/arm64/lib
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2018-03-01 10:12:07 -0600
committerRob Herring <robh@kernel.org>2018-03-05 13:45:38 -0600
commitfdfb69a72522e97f9105a6d39a5be0a465951ed8 (patch)
treec9491dfde5f0ba8f6dafdacce30279e5f9cb4d87 /arch/arm64/lib
parent60c03a0448c7144d01ef437aae0a1c7e2367b4ba (diff)
downloadop-kernel-dev-fdfb69a72522e97f9105a6d39a5be0a465951ed8.zip
op-kernel-dev-fdfb69a72522e97f9105a6d39a5be0a465951ed8.tar.gz
arm64/efi: Make strrchr() available to the EFI namespace
libfdt gained a new dependency on strrchr, so make it available to the EFI namespace before we update libfdt. Thanks to Ard for providing this fix. Cc: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Acked-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'arch/arm64/lib')
-rw-r--r--arch/arm64/lib/strrchr.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/lib/strrchr.S b/arch/arm64/lib/strrchr.S
index 61eabd9..f8e2784 100644
--- a/arch/arm64/lib/strrchr.S
+++ b/arch/arm64/lib/strrchr.S
@@ -40,4 +40,4 @@ ENTRY(strrchr)
b 1b
2: mov x0, x3
ret
-ENDPROC(strrchr)
+ENDPIPROC(strrchr)
OpenPOWER on IntegriCloud