summary refs log tree commit diff stats
path: root/hw/arm/npcm7xx.c
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2024-12-13 15:03:52 +0000
committerRichard Henderson <richard.henderson@linaro.org>2024-12-15 12:54:27 -0600
commite15bd5dd059a8833dd30da2b78ab4f43e917f216 (patch)
treef2786f89708f59501d03f76be12addd1286752a9 /hw/arm/npcm7xx.c
parentb5e4f90e64f0c2c4c3a6c65b0de11b752640e31b (diff)
downloadfocaccia-qemu-e15bd5dd059a8833dd30da2b78ab4f43e917f216.tar.gz
focaccia-qemu-e15bd5dd059a8833dd30da2b78ab4f43e917f216.zip
hw/arm: Constify all Property
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hw/arm/npcm7xx.c')
-rw-r--r--hw/arm/npcm7xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/npcm7xx.c b/hw/arm/npcm7xx.c
index af04c4b7ec..2960b63b59 100644
--- a/hw/arm/npcm7xx.c
+++ b/hw/arm/npcm7xx.c
@@ -810,7 +810,7 @@ static void npcm7xx_realize(DeviceState *dev, Error **errp)
     create_unimplemented_device("npcm7xx.spix",         0xfb001000,   4 * KiB);
 }
 
-static Property npcm7xx_properties[] = {
+static const Property npcm7xx_properties[] = {
     DEFINE_PROP_LINK("dram-mr", NPCM7xxState, dram, TYPE_MEMORY_REGION,
                      MemoryRegion *),
     DEFINE_PROP_END_OF_LIST(),