aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/lib/reloc_aarch64_efi.c')
-rw-r--r--arch/arm/lib/reloc_aarch64_efi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/lib/reloc_aarch64_efi.c b/arch/arm/lib/reloc_aarch64_efi.c
index 38c13d3689..1aa57dbc80 100644
--- a/arch/arm/lib/reloc_aarch64_efi.c
+++ b/arch/arm/lib/reloc_aarch64_efi.c
@@ -38,8 +38,7 @@
38 38
39#include <elf.h> 39#include <elf.h>
40 40
41efi_status_t _relocate(long ldbase, Elf64_Dyn *dyn, efi_handle_t image, 41efi_status_t EFIAPI _relocate(long ldbase, Elf64_Dyn *dyn)
42 struct efi_system_table *systab)
43{ 42{
44 long relsz = 0, relent = 0; 43 long relsz = 0, relent = 0;
45 Elf64_Rela *rel = 0; 44 Elf64_Rela *rel = 0;