diff options
Diffstat (limited to 'hw/gpio/pca9552.c')
-rw-r--r-- | hw/gpio/pca9552.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/gpio/pca9552.c b/hw/gpio/pca9552.c index 27d4db0..59b2333 100644 --- a/hw/gpio/pca9552.c +++ b/hw/gpio/pca9552.c @@ -460,7 +460,7 @@ static void pca9552_class_init(ObjectClass *oc, void *data) DeviceClass *dc = DEVICE_CLASS(oc); PCA955xClass *pc = PCA955X_CLASS(oc); - dc->reset = pca9552_reset; + device_class_set_legacy_reset(dc, pca9552_reset); dc->vmsd = &pca9552_vmstate; pc->max_reg = PCA9552_LS3; pc->pin_count = 16; |