diff options
Diffstat (limited to 'hw/display/i2c-ddc.c')
-rw-r--r-- | hw/display/i2c-ddc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/display/i2c-ddc.c b/hw/display/i2c-ddc.c index a2d1f2b..d8ab9ee 100644 --- a/hw/display/i2c-ddc.c +++ b/hw/display/i2c-ddc.c @@ -97,7 +97,6 @@ static const VMStateDescription vmstate_i2c_ddc = { static const Property i2c_ddc_properties[] = { DEFINE_EDID_PROPERTIES(I2CDDCState, edid_info), - DEFINE_PROP_END_OF_LIST(), }; static void i2c_ddc_class_init(ObjectClass *oc, void *data) |