mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06: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
|
@ -549,7 +549,7 @@ static const VMStateDescription vmstate_pxa2xx_timer_regs = {
|
|||
}
|
||||
};
|
||||
|
||||
static Property pxa25x_timer_dev_properties[] = {
|
||||
static const Property pxa25x_timer_dev_properties[] = {
|
||||
DEFINE_PROP_UINT32("freq", PXA2xxTimerInfo, freq, PXA25X_FREQ),
|
||||
DEFINE_PROP_BIT("tm4", PXA2xxTimerInfo, flags,
|
||||
PXA2XX_TIMER_HAVE_TM4, false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue