summary refs log tree commit diff stats
path: root/hw/intc/bcm2835_ic.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/intc/bcm2835_ic.c')
-rw-r--r--hw/intc/bcm2835_ic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/intc/bcm2835_ic.c b/hw/intc/bcm2835_ic.c
index 4a42fcf60d..55e0a5a503 100644
--- a/hw/intc/bcm2835_ic.c
+++ b/hw/intc/bcm2835_ic.c
@@ -219,7 +219,7 @@ static const VMStateDescription vmstate_bcm2835_ic = {
     }
 };
 
-static void bcm2835_ic_class_init(ObjectClass *klass, void *data)
+static void bcm2835_ic_class_init(ObjectClass *klass, const void *data)
 {
     DeviceClass *dc = DEVICE_CLASS(klass);