diff options
Diffstat (limited to 'hw/omap_intc.c')
-rw-r--r-- | hw/omap_intc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/omap_intc.c b/hw/omap_intc.c index 113725ef98..4b0acd0f33 100644 --- a/hw/omap_intc.c +++ b/hw/omap_intc.c @@ -329,7 +329,7 @@ static const MemoryRegionOps omap_inth_mem_ops = { static void omap_inth_reset(DeviceState *dev) { struct omap_intr_handler_s *s = FROM_SYSBUS(struct omap_intr_handler_s, - sysbus_from_qdev(dev)); + SYS_BUS_DEVICE(dev)); int i; for (i = 0; i < s->nbanks; ++i){ |