[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] hw/adc/zynq-xadc: Use qemu_irq typedef
From: |
Peter Maydell |
Subject: |
Re: [PATCH] hw/adc/zynq-xadc: Use qemu_irq typedef |
Date: |
Fri, 13 May 2022 10:50:40 +0100 |
On Mon, 9 May 2022 at 21:20, Philippe Mathieu-Daudé
<philippe.mathieu.daude@gmail.com> wrote:
>
> From: Philippe Mathieu-Daudé <f4bug@amsat.org>
>
> Except hw/core/irq.c which implements the forward-declared opaque
> qemu_irq structure, hw/adc/zynq-xadc.{c,h} are the only files not
> using the typedef. Fix this single exception.
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> hw/adc/zynq-xadc.c | 4 ++--
> include/hw/adc/zynq-xadc.h | 3 +--
> 2 files changed, 3 insertions(+), 4 deletions(-)
Applied to target-arm.next, thanks.
-- PMM