aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/aspeed_i3c.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/misc/aspeed_i3c.c')
-rw-r--r--hw/misc/aspeed_i3c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/aspeed_i3c.c b/hw/misc/aspeed_i3c.c
index 371ee7d..7f5a389 100644
--- a/hw/misc/aspeed_i3c.c
+++ b/hw/misc/aspeed_i3c.c
@@ -323,7 +323,7 @@ static void aspeed_i3c_realize(DeviceState *dev, Error **errp)
}
-static Property aspeed_i3c_device_properties[] = {
+static const Property aspeed_i3c_device_properties[] = {
DEFINE_PROP_UINT8("device-id", AspeedI3CDevice, id, 0),
DEFINE_PROP_END_OF_LIST(),
};