Message ID | 20230113200138.52869-4-philmd@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | hw: QOM housekeeping around IOTHREAD / IRQ types | expand |
On Sat, Jan 14, 2023 at 6:03 AM Philippe Mathieu-Daudé <philmd@linaro.org> wrote: > > Missed during automatic conversion from commit 8063396bf3 > ("Use OBJECT_DECLARE_SIMPLE_TYPE when possible"). > > Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Alistair > --- > include/hw/or-irq.h | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/include/hw/or-irq.h b/include/hw/or-irq.h > index f2f0a27381..131abc2e0c 100644 > --- a/include/hw/or-irq.h > +++ b/include/hw/or-irq.h > @@ -37,8 +37,7 @@ > > typedef struct OrIRQState qemu_or_irq; > > -DECLARE_INSTANCE_CHECKER(qemu_or_irq, OR_IRQ, > - TYPE_OR_IRQ) > +OBJECT_DECLARE_SIMPLE_TYPE(OrIRQState, OR_IRQ) > > struct OrIRQState { > DeviceState parent_obj; > -- > 2.38.1 > >
diff --git a/include/hw/or-irq.h b/include/hw/or-irq.h index f2f0a27381..131abc2e0c 100644 --- a/include/hw/or-irq.h +++ b/include/hw/or-irq.h @@ -37,8 +37,7 @@ typedef struct OrIRQState qemu_or_irq; -DECLARE_INSTANCE_CHECKER(qemu_or_irq, OR_IRQ, - TYPE_OR_IRQ) +OBJECT_DECLARE_SIMPLE_TYPE(OrIRQState, OR_IRQ) struct OrIRQState { DeviceState parent_obj;
Missed during automatic conversion from commit 8063396bf3 ("Use OBJECT_DECLARE_SIMPLE_TYPE when possible"). Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> --- include/hw/or-irq.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)