qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] hw/arm/raspi: remove duplicate include
@ 2025-11-28 16:23 Osama Abdelkader
  2025-12-02 10:00 ` Peter Maydell
  0 siblings, 1 reply; 2+ messages in thread
From: Osama Abdelkader @ 2025-11-28 16:23 UTC (permalink / raw)
  To: peter.maydell, philmd; +Cc: qemu-arm, qemu-devel, Osama Abdelkader

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] hw/arm/raspi: remove duplicate include
  2025-11-28 16:23 [PATCH] hw/arm/raspi: remove duplicate include Osama Abdelkader
@ 2025-12-02 10:00 ` Peter Maydell
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2025-12-02 10:00 UTC (permalink / raw)
  To: Osama Abdelkader; +Cc: philmd, qemu-arm, qemu-devel

On Fri, 28 Nov 2025 at 16:23, Osama Abdelkader
<osama.abdelkader@gmail.com> wrote:
>
> 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"
>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-12-02 10:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-28 16:23 [PATCH] hw/arm/raspi: remove duplicate include Osama Abdelkader
2025-12-02 10:00 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).