Skip to content

Commit

Permalink
tools/hvmloader: Drop machelf include as well
Browse files Browse the repository at this point in the history
The logic behind switching to elfstructs applies to sun builds as well.

Fixes: 81b2b32 ("hvmloader: use Xen private header for elf structs")
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Release-Acked-by: Ian Jackson <iwj@xenproject.org>
  • Loading branch information
andyhhp committed Mar 1, 2021
1 parent c90b6f4 commit 570da54
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/firmware/hvmloader/32bitbios_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@

#include <inttypes.h>
#include <xen/libelf/elfstructs.h>
#ifdef __sun__
#include <sys/machelf.h>
#endif

#include "util.h"
#include "config.h"
Expand Down

0 comments on commit 570da54

Please sign in to comment.