From: Andrew Cooper Date: Thu, 25 Feb 2021 19:13:17 +0000 (+0000) Subject: tools/hvmloader: Drop machelf include as well X-Git-Tag: 4.15.0-rc3~42 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=570da5423dbee1a253fa09ceaa89c68e725e9d5b;p=people%2Ftklengyel%2Fxen.git tools/hvmloader: Drop machelf include as well 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 Acked-by: Jan Beulich Release-Acked-by: Ian Jackson --- diff --git a/tools/firmware/hvmloader/32bitbios_support.c b/tools/firmware/hvmloader/32bitbios_support.c index e726946a7b..6f28fb6bde 100644 --- a/tools/firmware/hvmloader/32bitbios_support.c +++ b/tools/firmware/hvmloader/32bitbios_support.c @@ -22,9 +22,6 @@ #include #include -#ifdef __sun__ -#include -#endif #include "util.h" #include "config.h"