diff options
author | Rob Herring <robh@kernel.org> | 2018-03-01 10:12:07 -0600 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-03-05 13:45:38 -0600 |
commit | fdfb69a72522e97f9105a6d39a5be0a465951ed8 (patch) | |
tree | c9491dfde5f0ba8f6dafdacce30279e5f9cb4d87 /arch/arm64/lib | |
parent | 60c03a0448c7144d01ef437aae0a1c7e2367b4ba (diff) | |
download | lwn-fdfb69a72522e97f9105a6d39a5be0a465951ed8.tar.gz lwn-fdfb69a72522e97f9105a6d39a5be0a465951ed8.zip |
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.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/lib/strrchr.S b/arch/arm64/lib/strrchr.S index 61eabd9a289a..f8e2784d5752 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) |