aboutsummaryrefslogtreecommitdiff
path: root/hw/cpu/cluster.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/cpu/cluster.c')
-rw-r--r--hw/cpu/cluster.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/cpu/cluster.c b/hw/cpu/cluster.c
index 8e43621..9da5221 100644
--- a/hw/cpu/cluster.c
+++ b/hw/cpu/cluster.c
@@ -27,7 +27,6 @@
static const Property cpu_cluster_properties[] = {
DEFINE_PROP_UINT32("cluster-id", CPUClusterState, cluster_id, 0),
- DEFINE_PROP_END_OF_LIST()
};
typedef struct CallbackData {