diff options
author | David Hildenbrand <david@redhat.com> | 2017-08-18 13:43:42 +0200 |
---|---|---|
committer | Cornelia Huck <cohuck@redhat.com> | 2017-08-30 18:23:25 +0200 |
commit | e654ca84b6c39678f5d1478de6662920976e21dd (patch) | |
tree | 8a707dbac92a7c2f8686a6632937a66e6a4d47ce /target/s390x/arch_dump.c | |
parent | 7d00bf94dfa41d0d5759cc3ebe02b66a780c5789 (diff) |
s390x: drop inclusion of sysemu/kvm.h from some files
s390-stattrib.c needs definition of TARGET_PAGE_SIZE, solve it via cpu.h.
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20170818114353.13455-8-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'target/s390x/arch_dump.c')
-rw-r--r-- | target/s390x/arch_dump.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/s390x/arch_dump.c b/target/s390x/arch_dump.c index 96c9fb97cb..399030d118 100644 --- a/target/s390x/arch_dump.c +++ b/target/s390x/arch_dump.c @@ -16,7 +16,6 @@ #include "elf.h" #include "exec/cpu-all.h" #include "sysemu/dump.h" -#include "sysemu/kvm.h" struct S390xUserRegsStruct { |