diff options
Diffstat (limited to 'hw/char/goldfish_tty.c')
-rw-r--r-- | hw/char/goldfish_tty.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/char/goldfish_tty.c b/hw/char/goldfish_tty.c index 68e2612..701eb98 100644 --- a/hw/char/goldfish_tty.c +++ b/hw/char/goldfish_tty.c @@ -243,7 +243,6 @@ static const VMStateDescription vmstate_goldfish_tty = { static const Property goldfish_tty_properties[] = { DEFINE_PROP_CHR("chardev", GoldfishTTYState, chr), - DEFINE_PROP_END_OF_LIST(), }; static void goldfish_tty_instance_init(Object *obj) |