efi: loongarch: Drop exports of unused string routines
authorArd Biesheuvel <ardb@kernel.org>
Tue, 11 Oct 2022 16:24:42 +0000 (18:24 +0200)
committerArd Biesheuvel <ardb@kernel.org>
Wed, 9 Nov 2022 11:42:02 +0000 (12:42 +0100)
Drop the __efistub_ prefixed exports of various routines that the EFI
stub on LoongArch does not even use.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
arch/loongarch/kernel/image-vars.h

index 28bc632ec2967d704b6e3f7011f754b019d19689..e561989d02de93c500b1a8b5d6ac44fb8ece75d8 100644 (file)
@@ -7,12 +7,7 @@
 
 #ifdef CONFIG_EFI_STUB
 
-__efistub_memchr               = memchr;
-__efistub_strcat               = strcat;
 __efistub_strcmp               = strcmp;
-__efistub_strncat              = strncat;
-__efistub_strnstr              = strnstr;
-__efistub_strrchr              = strrchr;
 __efistub_kernel_entry         = kernel_entry;
 __efistub_kernel_asize         = kernel_asize;
 __efistub_kernel_fsize         = kernel_fsize;