diff options
Diffstat (limited to 'hw/pci-host/raven.c')
-rw-r--r-- | hw/pci-host/raven.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/pci-host/raven.c b/hw/pci-host/raven.c index b0a4a66..918a323 100644 --- a/hw/pci-host/raven.c +++ b/hw/pci-host/raven.c @@ -429,7 +429,6 @@ static const Property raven_pcihost_properties[] = { /* Temporary workaround until legacy prep machine is removed */ DEFINE_PROP_BOOL("is-legacy-prep", PREPPCIState, is_legacy_prep, false), - DEFINE_PROP_END_OF_LIST() }; static void raven_pcihost_class_init(ObjectClass *klass, void *data) |