aboutsummaryrefslogtreecommitdiff
path: root/hw/gpio/pcf8574.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/gpio/pcf8574.c')
-rw-r--r--hw/gpio/pcf8574.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/gpio/pcf8574.c b/hw/gpio/pcf8574.c
index d37909e2ad..208efe69ea 100644
--- a/hw/gpio/pcf8574.c
+++ b/hw/gpio/pcf8574.c
@@ -146,7 +146,7 @@ static void pcf8574_class_init(ObjectClass *klass, void *data)
k->recv = pcf8574_rx;
k->send = pcf8574_tx;
dc->realize = pcf8574_realize;
- dc->reset = pcf8574_reset;
+ device_class_set_legacy_reset(dc, pcf8574_reset);
dc->vmsd = &vmstate_pcf8574;
}