diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2019-05-23 14:47:43 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2019-05-23 14:47:43 +0100 |
commit | 55bb1a55c72b249afa32dc1d788f230bf6a0a70d (patch) | |
tree | 0bc356475e3ac7035614fc90defb2a68777e2341 /target/arm/cpu64.c | |
parent | 807420f0b0a71cc7cf38abe06321b5777091e47d (diff) |
arm: Remove unnecessary includes of hw/arm/arm.h
The hw/arm/arm.h header now only includes declarations relating
to boot.c code, so it is only needed by Arm board or SoC code.
Remove some unnecessary inclusions of it from target/arm files
and from hw/intc/armv7m_nvic.c.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20190516163857.6430-3-peter.maydell@linaro.org
Diffstat (limited to 'target/arm/cpu64.c')
-rw-r--r-- | target/arm/cpu64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c index 835f73cceb..0ec8cd41f1 100644 --- a/target/arm/cpu64.c +++ b/target/arm/cpu64.c @@ -25,7 +25,6 @@ #if !defined(CONFIG_USER_ONLY) #include "hw/loader.h" #endif -#include "hw/arm/arm.h" #include "sysemu/sysemu.h" #include "sysemu/kvm.h" #include "kvm_arm.h" |