aboutsummaryrefslogtreecommitdiff
path: root/hw/char/renesas_sci.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/char/renesas_sci.c')
-rw-r--r--hw/char/renesas_sci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/char/renesas_sci.c b/hw/char/renesas_sci.c
index 7ce0408..516b486 100644
--- a/hw/char/renesas_sci.c
+++ b/hw/char/renesas_sci.c
@@ -319,7 +319,7 @@ static const VMStateDescription vmstate_rsci = {
}
};
-static Property rsci_properties[] = {
+static const Property rsci_properties[] = {
DEFINE_PROP_UINT64("input-freq", RSCIState, input_freq, 0),
DEFINE_PROP_CHR("chardev", RSCIState, chr),
DEFINE_PROP_END_OF_LIST(),