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

Osama Abdelkader posted 1 patch 2 months, 1 week 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 2 months, 1 week 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
Re: [PATCH] hw/arm/raspi: remove duplicate include
Posted by Peter Maydell 2 months ago
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
Re: [PATCH] hw/arm/raspi: remove duplicate include
Posted by Peter Maydell 3 weeks, 4 days ago
On Tue, 2 Dec 2025 at 10:00, Peter Maydell <peter.maydell@linaro.org> wrote:
>
> 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>



Applied to target-arm.next, thanks.

-- PMM