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:
Richard Henderson 2024-12-13 15:34:35 +00:00
parent 7d6a82a3e6
commit de531a6bd4
8 changed files with 8 additions and 8 deletions

View file

@ -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(),
};