summary refs log tree commit diff stats
path: root/hw/gpio/sifive_gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/gpio/sifive_gpio.c')
-rw-r--r--hw/gpio/sifive_gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/gpio/sifive_gpio.c b/hw/gpio/sifive_gpio.c
index e85c0406a2..5603f0c235 100644
--- a/hw/gpio/sifive_gpio.c
+++ b/hw/gpio/sifive_gpio.c
@@ -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(),
 };