hw/rtc: Constify all Property

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
Richard Henderson 2024-12-13 16:44:13 +00:00
parent 766bade2da
commit 93c9015bc5
6 changed files with 6 additions and 6 deletions

View file

@ -311,7 +311,7 @@ static const VMStateDescription allwinner_rtc_vmstate = {
}
};
static Property allwinner_rtc_properties[] = {
static const Property allwinner_rtc_properties[] = {
DEFINE_PROP_INT32("base-year", AwRtcState, base_year, 0),
DEFINE_PROP_END_OF_LIST(),
};