summaryrefslogtreecommitdiff
path: root/hw/intc/pl190.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/intc/pl190.c')
-rw-r--r--hw/intc/pl190.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/intc/pl190.c b/hw/intc/pl190.c
index b16bc022e7..2bf359a76b 100644
--- a/hw/intc/pl190.c
+++ b/hw/intc/pl190.c
@@ -273,7 +273,6 @@ static void pl190_class_init(ObjectClass *klass, void *data)
SysBusDeviceClass *k = SYS_BUS_DEVICE_CLASS(klass);
k->init = pl190_init;
- dc->cannot_instantiate_with_device_add_yet = true; /* FIXME explain why */
dc->reset = pl190_reset;
dc->vmsd = &vmstate_pl190;
}