aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/npcm7xx_gcr.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/misc/npcm7xx_gcr.c')
-rw-r--r--hw/misc/npcm7xx_gcr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/misc/npcm7xx_gcr.c b/hw/misc/npcm7xx_gcr.c
index 17aeaf2..07464a4 100644
--- a/hw/misc/npcm7xx_gcr.c
+++ b/hw/misc/npcm7xx_gcr.c
@@ -232,7 +232,6 @@ static const VMStateDescription vmstate_npcm7xx_gcr = {
static const Property npcm7xx_gcr_properties[] = {
DEFINE_PROP_UINT32("disabled-modules", NPCM7xxGCRState, reset_mdlr, 0),
DEFINE_PROP_UINT32("power-on-straps", NPCM7xxGCRState, reset_pwron, 0),
- DEFINE_PROP_END_OF_LIST(),
};
static void npcm7xx_gcr_class_init(ObjectClass *klass, void *data)