aboutsummaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorGreg Kurz <groug@kaod.org>2019-01-10 15:23:58 +0100
committerDavid Gibson <david@gibson.dropbear.id.au>2019-02-04 18:44:17 +1100
commit52b73c09bfee1b7feae6f6c281bab5bf0f94964e (patch)
tree4059fcc2c34da61a53a93a38d539779b4ed11499 /target
parent6bf6f3a1d1e6d288c3abac40001aa30153b07404 (diff)
downloadqemu-52b73c09bfee1b7feae6f6c281bab5bf0f94964e.zip
qemu-52b73c09bfee1b7feae6f6c281bab5bf0f94964e.tar.gz
qemu-52b73c09bfee1b7feae6f6c281bab5bf0f94964e.tar.bz2
target/ppc/kvm: Drop useless include directive
It has been there since the enablement of PR KVM for PAPR, ie, commit f61b4bedaf35 in 2011. Not sure why at that time, but it is definitely not needed with the current code. Signed-off-by: Greg Kurz <groug@kaod.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'target')
-rw-r--r--target/ppc/kvm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/ppc/kvm.c b/target/ppc/kvm.c
index ebbb48c..d01852f 100644
--- a/target/ppc/kvm.c
+++ b/target/ppc/kvm.c
@@ -36,7 +36,6 @@
#include "hw/sysbus.h"
#include "hw/ppc/spapr.h"
-#include "hw/ppc/spapr_vio.h"
#include "hw/ppc/spapr_cpu_core.h"
#include "hw/ppc/ppc.h"
#include "sysemu/watchdog.h"