mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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:
parent
766bade2da
commit
93c9015bc5
6 changed files with 6 additions and 6 deletions
|
@ -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(),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue