diff mbox series

[PULL,25/25] hw/tricore: Remove unused and incorrect header

Message ID 20220221120008.600114-26-thuth@redhat.com (mailing list archive)
State New, archived
Headers show
Series [PULL,01/25] tests/x86: Use 'pc' machine type for old hardware tests | expand

Commit Message

Thomas Huth Feb. 21, 2022, noon UTC
From: Philippe Mathieu-Daudé <f4bug@amsat.org>

TriCore boards certainly don't need the ARM loader API :)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220214183144.27402-4-f4bug@amsat.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 include/hw/tricore/triboard.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/include/hw/tricore/triboard.h b/include/hw/tricore/triboard.h
index f3844be447..094c8bd563 100644
--- a/include/hw/tricore/triboard.h
+++ b/include/hw/tricore/triboard.h
@@ -21,7 +21,6 @@ 
 #include "qemu/osdep.h"
 #include "qapi/error.h"
 #include "hw/boards.h"
-#include "hw/arm/boot.h"
 #include "sysemu/sysemu.h"
 #include "exec/address-spaces.h"
 #include "qom/object.h"