summary refs log tree commit diff stats
path: root/include/hw/arm/arm.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2016-03-15 14:32:02 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2016-05-19 16:42:27 +0200
commit16fd6461822b3dffcf324c3e210b7ec6e9b876db (patch)
tree73cdd5c40c7205d0322c404acf8297c0bb8e3e57 /include/hw/arm/arm.h
parentda374261690acba96cd10b4e65179782c9ec3dbf (diff)
downloadfocaccia-qemu-16fd6461822b3dffcf324c3e210b7ec6e9b876db.tar.gz
focaccia-qemu-16fd6461822b3dffcf324c3e210b7ec6e9b876db.zip
arm: include cpu-qom.h in files that require ARMCPU
This will keep things working when cpu.h will not be included
indirectly almost everywhere (either directly or through
qemu-common.h).

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/hw/arm/arm.h')
-rw-r--r--include/hw/arm/arm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/arm/arm.h b/include/hw/arm/arm.h
index b2517f9a43..8b49a9833f 100644
--- a/include/hw/arm/arm.h
+++ b/include/hw/arm/arm.h
@@ -12,9 +12,9 @@
 #define ARM_MISC_H 1
 
 #include "exec/memory.h"
+#include "target-arm/cpu-qom.h"
 #include "hw/irq.h"
 #include "qemu/notify.h"
-#include "cpu.h"
 
 typedef enum {
     ARM_ENDIANNESS_UNKNOWN = 0,