aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2023-12-12 12:36:39 +0100
committerThomas Huth <thuth@redhat.com>2023-12-20 10:29:23 +0100
commite1c85e5f0f047df2bf1bc96fa343eba6187e212a (patch)
treed521af11e0f9068c61afcb8cae8c8d92d7c8d882
parentb5570da73445aab7f67f03650d787f611f9b9ce9 (diff)
downloadqemu-e1c85e5f0f047df2bf1bc96fa343eba6187e212a.zip
qemu-e1c85e5f0f047df2bf1bc96fa343eba6187e212a.tar.gz
qemu-e1c85e5f0f047df2bf1bc96fa343eba6187e212a.tar.bz2
hw/s390x/ipl: Remove unused 'exec/exec-all.h' included header
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20231212113640.30287-4-philmd@linaro.org> Reviewed-by: Eric Farman <farman@linux.ibm.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r--hw/s390x/ipl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/s390x/ipl.c b/hw/s390x/ipl.c
index 515dcf5..62182d8 100644
--- a/hw/s390x/ipl.c
+++ b/hw/s390x/ipl.c
@@ -35,7 +35,6 @@
#include "qemu/cutils.h"
#include "qemu/option.h"
#include "standard-headers/linux/virtio_ids.h"
-#include "exec/exec-all.h"
#define KERN_IMAGE_START 0x010000UL
#define LINUX_MAGIC_ADDR 0x010008UL