[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1 01/11] hw/arm: versal: Remove inclusion of arm_gicv3_commo
From: |
Luc Michel |
Subject: |
Re: [PATCH v1 01/11] hw/arm: versal: Remove inclusion of arm_gicv3_common.h |
Date: |
Wed, 29 Apr 2020 09:23:33 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 |
On 4/27/20 8:16 PM, Edgar E. Iglesias wrote:
> From: "Edgar E. Iglesias" <address@hidden>
>
> Remove inclusion of arm_gicv3_common.h, this already gets
> included via xlnx-versal.h.
>
> Signed-off-by: Edgar E. Iglesias <address@hidden>
Reviewed-by: Luc Michel <address@hidden>
> ---
> hw/arm/xlnx-versal.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/hw/arm/xlnx-versal.c b/hw/arm/xlnx-versal.c
> index 94460f2343..c73b2fe755 100644
> --- a/hw/arm/xlnx-versal.c
> +++ b/hw/arm/xlnx-versal.c
> @@ -20,7 +20,6 @@
> #include "hw/arm/boot.h"
> #include "kvm_arm.h"
> #include "hw/misc/unimp.h"
> -#include "hw/intc/arm_gicv3_common.h"
> #include "hw/arm/xlnx-versal.h"
> #include "hw/char/pl011.h"
>
>
- [PATCH v1 00/11] hw/arm: versal: Add SD and the RTC, Edgar E. Iglesias, 2020/04/27
- [PATCH v1 03/11] hw/arm: versal-virt: Fix typo xlnx-ve -> xlnx-versal, Edgar E. Iglesias, 2020/04/27
- [PATCH v1 01/11] hw/arm: versal: Remove inclusion of arm_gicv3_common.h, Edgar E. Iglesias, 2020/04/27
- [PATCH v1 06/11] hw/arm: versal: Embedd the ADMAs into the SoC type, Edgar E. Iglesias, 2020/04/27
- [PATCH v1 05/11] hw/arm: versal: Embedd the GEMs into the SoC type, Edgar E. Iglesias, 2020/04/27
- [PATCH v1 08/11] hw/arm: versal: Add support for SD, Edgar E. Iglesias, 2020/04/27