aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/xlnx-versal-trng.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/misc/xlnx-versal-trng.c')
-rw-r--r--hw/misc/xlnx-versal-trng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/xlnx-versal-trng.c b/hw/misc/xlnx-versal-trng.c
index 6495188..51eb760 100644
--- a/hw/misc/xlnx-versal-trng.c
+++ b/hw/misc/xlnx-versal-trng.c
@@ -632,7 +632,7 @@ static void trng_unrealize(DeviceState *dev)
s->prng = NULL;
}
-static void trng_reset_hold(Object *obj)
+static void trng_reset_hold(Object *obj, ResetType type)
{
trng_reset(XLNX_VERSAL_TRNG(obj));
}