summaryrefslogtreecommitdiffstats
path: root/arch/x86/mach-efi/reloc_ia32.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/mach-efi/reloc_ia32.c')
-rw-r--r--arch/x86/mach-efi/reloc_ia32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mach-efi/reloc_ia32.c b/arch/x86/mach-efi/reloc_ia32.c
index 46929631ec..c235421ce1 100644
--- a/arch/x86/mach-efi/reloc_ia32.c
+++ b/arch/x86/mach-efi/reloc_ia32.c
@@ -38,7 +38,7 @@
#include <elf.h>
-efi_status_t _relocate(long ldbase, Elf32_Dyn *dyn, efi_handle_t image, efi_system_table_t *systab)
+efi_status_t _relocate(long ldbase, Elf32_Dyn *dyn, efi_handle_t image, struct efi_system_table *systab)
{
long relsz = 0, relent = 0;
Elf32_Rel *rel = 0;