From dae73c4cdc862017a10d09588571e7f98de0cdd4 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Mon, 18 Jun 2018 17:23:10 +0200 Subject: elf: Move x86 reloc defines to common elf.h We need to know about x86 relocation definitions even in cases where we don't officially build against the x86 target, such as with sandbox. So let's move the x86 definitions into the common elf header, where all other architectures already have them. Signed-off-by: Alexander Graf --- arch/x86/lib/reloc_ia32_efi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/x86/lib/reloc_ia32_efi.c') diff --git a/arch/x86/lib/reloc_ia32_efi.c b/arch/x86/lib/reloc_ia32_efi.c index a262533c0f..d56cd50bd9 100644 --- a/arch/x86/lib/reloc_ia32_efi.c +++ b/arch/x86/lib/reloc_ia32_efi.c @@ -10,7 +10,6 @@ #include #include #include -#include efi_status_t EFIAPI _relocate(long ldbase, Elf32_Dyn *dyn) { -- cgit