aboutsummaryrefslogtreecommitdiff
path: root/hw/isa/smc37c669-superio.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/isa/smc37c669-superio.c')
-rw-r--r--hw/isa/smc37c669-superio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/isa/smc37c669-superio.c b/hw/isa/smc37c669-superio.c
index 18287741cb..9e59dc1603 100644
--- a/hw/isa/smc37c669-superio.c
+++ b/hw/isa/smc37c669-superio.c
@@ -103,7 +103,6 @@ static void smc37c669_class_init(ObjectClass *klass, void *data)
static const TypeInfo smc37c669_type_info = {
.name = TYPE_SMC37C669_SUPERIO,
.parent = TYPE_ISA_SUPERIO,
- .instance_size = sizeof(ISASuperIODevice),
.class_size = sizeof(ISASuperIOClass),
.class_init = smc37c669_class_init,
};