Skip to content

Commit

Permalink
efi: loongarch: Drop exports of unused string routines
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ard Biesheuvel committed Nov 9, 2022
1 parent 2e6fa86 commit 0606480
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arch/loongarch/kernel/image-vars.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0606480

Please sign in to comment.