Message ID | 20200427181649.26851-2-edgar.iglesias@gmail.com |
---|---|
State | New |
Headers | show |
Series | hw/arm: versal: Add SD and the RTC | expand |
On Mon, Apr 27, 2020 at 11:17 AM Edgar E. Iglesias <edgar.iglesias@gmail.com> wrote: > > From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com> > > Remove inclusion of arm_gicv3_common.h, this already gets > included via xlnx-versal.h. > > Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Alistair > --- > 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" > > -- > 2.20.1 > >
On 4/27/20 8:16 PM, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com> > > Remove inclusion of arm_gicv3_common.h, this already gets > included via xlnx-versal.h. > > Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Reviewed-by: Luc Michel <luc.michel@greensocs.com> > --- > 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" > >
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"