summary refs log tree commit diff stats
path: root/hw/intc/bcm2836_control.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/intc/bcm2836_control.c')
-rw-r--r--hw/intc/bcm2836_control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/intc/bcm2836_control.c b/hw/intc/bcm2836_control.c
index 197a0e2ccf..1c02853669 100644
--- a/hw/intc/bcm2836_control.c
+++ b/hw/intc/bcm2836_control.c
@@ -384,7 +384,7 @@ static const VMStateDescription vmstate_bcm2836_control = {
     }
 };
 
-static void bcm2836_control_class_init(ObjectClass *klass, void *data)
+static void bcm2836_control_class_init(ObjectClass *klass, const void *data)
 {
     DeviceClass *dc = DEVICE_CLASS(klass);