mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
hw/gpio: 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
7d6a82a3e6
commit
de531a6bd4
8 changed files with 8 additions and 8 deletions
|
@ -349,7 +349,7 @@ static const VMStateDescription vmstate_sifive_gpio = {
|
|||
}
|
||||
};
|
||||
|
||||
static Property sifive_gpio_properties[] = {
|
||||
static const Property sifive_gpio_properties[] = {
|
||||
DEFINE_PROP_UINT32("ngpio", SIFIVEGPIOState, ngpio, SIFIVE_GPIO_PINS),
|
||||
DEFINE_PROP_END_OF_LIST(),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue