summaryrefslogtreecommitdiffstats
path: root/hw/s390x
diff options
context:
space:
mode:
authorMarc-André Lureau2018-12-12 18:50:26 +0100
committerMarc-André Lureau2019-01-07 13:18:42 +0100
commita1c3c562e284bf4deb433e9904660564e0900953 (patch)
tree58e34f2f49cca1e2b53cc69971878fecc39aa1d0 /hw/s390x
parentcompat: replace PC_COMPAT_2_1 & HW_COMPAT_2_1 macros (diff)
downloadqemu-a1c3c562e284bf4deb433e9904660564e0900953.tar.gz
qemu-a1c3c562e284bf4deb433e9904660564e0900953.tar.xz
qemu-a1c3c562e284bf4deb433e9904660564e0900953.zip
include: remove compat.h
The header is now empty. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Acked-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'hw/s390x')
-rw-r--r--hw/s390x/s390-virtio-ccw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/s390x/s390-virtio-ccw.c b/hw/s390x/s390-virtio-ccw.c
index bf5f2f463c..c737507053 100644
--- a/hw/s390x/s390-virtio-ccw.c
+++ b/hw/s390x/s390-virtio-ccw.c
@@ -28,7 +28,6 @@
#include "hw/s390x/storage-keys.h"
#include "hw/s390x/storage-attributes.h"
#include "hw/s390x/event-facility.h"
-#include "hw/compat.h"
#include "ipl.h"
#include "hw/s390x/s390-virtio-ccw.h"
#include "hw/s390x/css-bridge.h"