From 067a3ddc8876cee8451d6f690a051e413a593fdc Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Tue, 26 May 2009 14:56:11 +0100 Subject: Remove qdev irq sink handling We have both IRQ sinks and GPIO inputs. These are in principle exactly the same thing, so remove the former. Signed-off-by: Paul Brook --- hw/pl190.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/pl190.c') diff --git a/hw/pl190.c b/hw/pl190.c index b8c2018d3..10857683d 100644 --- a/hw/pl190.c +++ b/hw/pl190.c @@ -235,7 +235,7 @@ static void pl190_init(SysBusDevice *dev) iomemtype = cpu_register_io_memory(0, pl190_readfn, pl190_writefn, s); sysbus_init_mmio(dev, 0x1000, iomemtype); - qdev_init_irq_sink(&dev->qdev, pl190_set_irq, 32); + qdev_init_gpio_in(&dev->qdev, pl190_set_irq, 32); sysbus_init_irq(dev, &s->irq); sysbus_init_irq(dev, &s->fiq); pl190_reset(s); -- cgit v1.2.3