summary refs log tree commit diff stats
path: root/hw/gpio/pca9552.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/gpio/pca9552.c')
-rw-r--r--hw/gpio/pca9552.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/gpio/pca9552.c b/hw/gpio/pca9552.c
index 427419d218..1ac0cf6c46 100644
--- a/hw/gpio/pca9552.c
+++ b/hw/gpio/pca9552.c
@@ -430,7 +430,6 @@ static void pca955x_realize(DeviceState *dev, Error **errp)
 
 static const Property pca955x_properties[] = {
     DEFINE_PROP_STRING("description", PCA955xState, description),
-    DEFINE_PROP_END_OF_LIST(),
 };
 
 static void pca955x_class_init(ObjectClass *klass, void *data)