summary refs log tree commit diff stats
path: root/hw/timer/bcm2835_systmr.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/timer/bcm2835_systmr.c')
-rw-r--r--hw/timer/bcm2835_systmr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/timer/bcm2835_systmr.c b/hw/timer/bcm2835_systmr.c
index 2f0fee3342..7929aaa882 100644
--- a/hw/timer/bcm2835_systmr.c
+++ b/hw/timer/bcm2835_systmr.c
@@ -154,7 +154,7 @@ static const VMStateDescription bcm2835_systmr_vmstate = {
     }
 };
 
-static void bcm2835_systmr_class_init(ObjectClass *klass, void *data)
+static void bcm2835_systmr_class_init(ObjectClass *klass, const void *data)
 {
     DeviceClass *dc = DEVICE_CLASS(klass);