summaryrefslogtreecommitdiffstats
path: root/hw/intc/armv7m_nvic.c
diff options
context:
space:
mode:
authorPeter Maydell2019-05-23 15:47:43 +0200
committerPeter Maydell2019-05-23 15:47:43 +0200
commit55bb1a55c72b249afa32dc1d788f230bf6a0a70d (patch)
tree0bc356475e3ac7035614fc90defb2a68777e2341 /hw/intc/armv7m_nvic.c
parentarm: Move system_clock_scale to armv7m_systick.h (diff)
downloadqemu-55bb1a55c72b249afa32dc1d788f230bf6a0a70d.tar.gz
qemu-55bb1a55c72b249afa32dc1d788f230bf6a0a70d.tar.xz
qemu-55bb1a55c72b249afa32dc1d788f230bf6a0a70d.zip
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 'hw/intc/armv7m_nvic.c')
-rw-r--r--hw/intc/armv7m_nvic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c
index 3a346a682a..815e720cfa 100644
--- a/hw/intc/armv7m_nvic.c
+++ b/hw/intc/armv7m_nvic.c
@@ -16,7 +16,6 @@
#include "cpu.h"
#include "hw/sysbus.h"
#include "qemu/timer.h"
-#include "hw/arm/arm.h"
#include "hw/intc/armv7m_nvic.h"
#include "target/arm/cpu.h"
#include "exec/exec-all.h"