aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/arm11scu.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/misc/arm11scu.c')
-rw-r--r--hw/misc/arm11scu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/arm11scu.c b/hw/misc/arm11scu.c
index 02493ce..2ad4fd1 100644
--- a/hw/misc/arm11scu.c
+++ b/hw/misc/arm11scu.c
@@ -79,7 +79,7 @@ static const Property arm11_scu_properties[] = {
DEFINE_PROP_UINT32("num-cpu", ARM11SCUState, num_cpu, 1),
};
-static void arm11_scu_class_init(ObjectClass *oc, void *data)
+static void arm11_scu_class_init(ObjectClass *oc, const void *data)
{
DeviceClass *dc = DEVICE_CLASS(oc);