aboutsummaryrefslogtreecommitdiff
path: root/hw/core/split-irq.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/core/split-irq.c')
-rw-r--r--hw/core/split-irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/core/split-irq.c b/hw/core/split-irq.c
index fc12274..f8b4875 100644
--- a/hw/core/split-irq.c
+++ b/hw/core/split-irq.c
@@ -63,7 +63,7 @@ static const Property split_irq_properties[] = {
DEFINE_PROP_UINT16("num-lines", SplitIRQ, num_lines, 1),
};
-static void split_irq_class_init(ObjectClass *klass, void *data)
+static void split_irq_class_init(ObjectClass *klass, const void *data)
{
DeviceClass *dc = DEVICE_CLASS(klass);