]> xenbits.xensource.com Git - people/sstabellini/xen-unstable.git/.git/commitdiff
tools/hvmloader: Drop machelf include as well
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 25 Feb 2021 19:13:17 +0000 (19:13 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 1 Mar 2021 23:19:39 +0000 (23:19 +0000)
The logic behind switching to elfstructs applies to sun builds as well.

Fixes: 81b2b328a2 ("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>
tools/firmware/hvmloader/32bitbios_support.c

index e726946a7bcf2a98492e280e6d28b804081afff2..6f28fb6bdeb354bc83ad4b825eefe818b27e7ef3 100644 (file)
@@ -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"