aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/aspeed_lpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/misc/aspeed_lpc.c')
-rw-r--r--hw/misc/aspeed_lpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/aspeed_lpc.c b/hw/misc/aspeed_lpc.c
index 228d250..78406da 100644
--- a/hw/misc/aspeed_lpc.c
+++ b/hw/misc/aspeed_lpc.c
@@ -458,7 +458,7 @@ static const Property aspeed_lpc_properties[] = {
DEFINE_PROP_UINT32("hicr7", AspeedLPCState, hicr7, 0),
};
-static void aspeed_lpc_class_init(ObjectClass *klass, void *data)
+static void aspeed_lpc_class_init(ObjectClass *klass, const void *data)
{
DeviceClass *dc = DEVICE_CLASS(klass);