aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/stm32f2xx_syscfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/misc/stm32f2xx_syscfg.c')
-rw-r--r--hw/misc/stm32f2xx_syscfg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/misc/stm32f2xx_syscfg.c b/hw/misc/stm32f2xx_syscfg.c
index aa59b43..04c22c2 100644
--- a/hw/misc/stm32f2xx_syscfg.c
+++ b/hw/misc/stm32f2xx_syscfg.c
@@ -133,8 +133,6 @@ static void stm32f2xx_syscfg_init(Object *obj)
{
STM32F2XXSyscfgState *s = STM32F2XX_SYSCFG(obj);
- sysbus_init_irq(SYS_BUS_DEVICE(obj), &s->irq);
-
memory_region_init_io(&s->mmio, obj, &stm32f2xx_syscfg_ops, s,
TYPE_STM32F2XX_SYSCFG, 0x400);
sysbus_init_mmio(SYS_BUS_DEVICE(obj), &s->mmio);