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>
This commit is contained in:
Paolo Bonzini 2016-03-15 14:32:02 +01:00
parent da37426169
commit 16fd646182
6 changed files with 5 additions and 2 deletions

View file

@ -28,6 +28,7 @@
#include "qemu-common.h"
#include "exec/memory.h"
#include "target-arm/cpu-qom.h"
#define EXYNOS4210_NCPUS 2