summary refs log tree commit diff stats
path: root/hw/fsi/fsi-master.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/fsi/fsi-master.c')
-rw-r--r--hw/fsi/fsi-master.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/fsi/fsi-master.c b/hw/fsi/fsi-master.c
index 50fb1cd467..083a5507ab 100644
--- a/hw/fsi/fsi-master.c
+++ b/hw/fsi/fsi-master.c
@@ -144,7 +144,7 @@ static void fsi_master_reset(DeviceState *dev)
     s->regs[FSI_MVER] = 0xe0050101;
 }
 
-static void fsi_master_class_init(ObjectClass *klass, void *data)
+static void fsi_master_class_init(ObjectClass *klass, const void *data)
 {
     DeviceClass *dc = DEVICE_CLASS(klass);