aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/npcm7xx_rng.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/misc/npcm7xx_rng.c')
-rw-r--r--hw/misc/npcm7xx_rng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/npcm7xx_rng.c b/hw/misc/npcm7xx_rng.c
index f650f3401f..b01df7cdb2 100644
--- a/hw/misc/npcm7xx_rng.c
+++ b/hw/misc/npcm7xx_rng.c
@@ -143,7 +143,7 @@ static void npcm7xx_rng_init(Object *obj)
memory_region_init_io(&s->iomem, obj, &npcm7xx_rng_ops, s, "regs",
NPCM7XX_RNG_REGS_SIZE);
- sysbus_init_mmio(&s->parent, &s->iomem);
+ sysbus_init_mmio(SYS_BUS_DEVICE(s), &s->iomem);
}
static const VMStateDescription vmstate_npcm7xx_rng = {