summary refs log tree commit diff stats
path: root/hw/gpio/pca9554.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/gpio/pca9554.c')
-rw-r--r--hw/gpio/pca9554.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/gpio/pca9554.c b/hw/gpio/pca9554.c
index e8b0458aac..fe03bb4b5e 100644
--- a/hw/gpio/pca9554.c
+++ b/hw/gpio/pca9554.c
@@ -293,7 +293,6 @@ static void pca9554_realize(DeviceState *dev, Error **errp)
 
 static const Property pca9554_properties[] = {
     DEFINE_PROP_STRING("description", PCA9554State, description),
-    DEFINE_PROP_END_OF_LIST(),
 };
 
 static void pca9554_class_init(ObjectClass *klass, void *data)