mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-06 06:27:41 -07:00
hw/timer: Constify all Property
Reviewed-by: Cédric Le Goater <clg@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
dc418eb220
commit
74734e2b1b
20 changed files with 20 additions and 20 deletions
|
|
@ -298,7 +298,7 @@ static const VMStateDescription vmstate_stm32f2xx_timer = {
|
|||
}
|
||||
};
|
||||
|
||||
static Property stm32f2xx_timer_properties[] = {
|
||||
static const Property stm32f2xx_timer_properties[] = {
|
||||
DEFINE_PROP_UINT64("clock-frequency", struct STM32F2XXTimerState,
|
||||
freq_hz, 1000000000),
|
||||
DEFINE_PROP_END_OF_LIST(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue