From: Paolo Bonzini Date: Wed, 25 Mar 2015 14:56:29 +0000 (+0100) Subject: s390x: do not include ram_addr.h X-Git-Tag: v2.3.0-rc2~12^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f65025caab916aa8a5b8de270a59078e0b6e2866;p=thirdparty%2Fqemu.git s390x: do not include ram_addr.h ram_addr.h is an internal interface and it is not needed anyway by hw/s390x/ipl.c. Cc: Christian Borntraeger Reviewed-by: Thomas Huth Signed-off-by: Paolo Bonzini Message-Id: <1427295389-5054-1-git-send-email-pbonzini@redhat.com> Signed-off-by: Christian Borntraeger Signed-off-by: Cornelia Huck --- diff --git a/hw/s390x/ipl.c b/hw/s390x/ipl.c index 54d0835f0ad..5c8661347a9 100644 --- a/hw/s390x/ipl.c +++ b/hw/s390x/ipl.c @@ -14,7 +14,6 @@ #include "sysemu/sysemu.h" #include "cpu.h" #include "elf.h" -#include "exec/ram_addr.h" #include "hw/loader.h" #include "hw/sysbus.h" #include "hw/s390x/virtio-ccw.h"