[PATCH] hw/arm/raspi: remove duplicate include

Osama Abdelkader posted 1 patch 17 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251128162306.13701-1-osama.abdelkader@gmail.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>
hw/arm/raspi.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] hw/arm/raspi: remove duplicate include
Posted by Osama Abdelkader 17 hours ago
hw/arm/boot.h is included twice

Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com>
---
 hw/arm/raspi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/arm/raspi.c b/hw/arm/raspi.c
index 81d2fa1b67..bc723dd7d6 100644
--- a/hw/arm/raspi.c
+++ b/hw/arm/raspi.c
@@ -24,7 +24,6 @@
 #include "qemu/error-report.h"
 #include "hw/boards.h"
 #include "hw/loader.h"
-#include "hw/arm/boot.h"
 #include "hw/arm/machines-qom.h"
 #include "qom/object.h"
 
-- 
2.43.0