diff options
Diffstat (limited to 'target-arm/psci.c')
-rw-r--r-- | target-arm/psci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-arm/psci.c b/target-arm/psci.c index ce2e0dca39..4db9b8ce24 100644 --- a/target-arm/psci.c +++ b/target-arm/psci.c @@ -17,12 +17,12 @@ */ #include "qemu/osdep.h" #include <cpu.h> -#include <cpu-qom.h> #include <exec/helper-proto.h> #include <kvm-consts.h> #include <sysemu/sysemu.h> #include "internals.h" #include "arm-powerctl.h" +#include "exec/exec-all.h" bool arm_is_psci_call(ARMCPU *cpu, int excp_type) { |