aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/goldfish_pic.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/intc/goldfish_pic.c')
-rw-r--r--hw/intc/goldfish_pic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/intc/goldfish_pic.c b/hw/intc/goldfish_pic.c
index f5343c9..aa5162c 100644
--- a/hw/intc/goldfish_pic.c
+++ b/hw/intc/goldfish_pic.c
@@ -183,7 +183,6 @@ static void goldfish_pic_instance_init(Object *obj)
static const Property goldfish_pic_properties[] = {
DEFINE_PROP_UINT8("index", GoldfishPICState, idx, 0),
- DEFINE_PROP_END_OF_LIST(),
};
static void goldfish_pic_class_init(ObjectClass *oc, void *data)