aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/aspeed_xdma.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/misc/aspeed_xdma.c')
-rw-r--r--hw/misc/aspeed_xdma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/aspeed_xdma.c b/hw/misc/aspeed_xdma.c
index 76ab846..1dd32f7 100644
--- a/hw/misc/aspeed_xdma.c
+++ b/hw/misc/aspeed_xdma.c
@@ -222,7 +222,7 @@ static void aspeed_xdma_class_init(ObjectClass *classp, void *data)
DeviceClass *dc = DEVICE_CLASS(classp);
dc->realize = aspeed_xdma_realize;
- dc->reset = aspeed_xdma_reset;
+ device_class_set_legacy_reset(dc, aspeed_xdma_reset);
dc->vmsd = &aspeed_xdma_vmstate;
}