summaryrefslogtreecommitdiff
path: root/hw/grlib_gptimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/grlib_gptimer.c')
-rw-r--r--hw/grlib_gptimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/grlib_gptimer.c b/hw/grlib_gptimer.c
index 252ba893e3..7962b74f2c 100644
--- a/hw/grlib_gptimer.c
+++ b/hw/grlib_gptimer.c
@@ -389,7 +389,7 @@ static void grlib_gptimer_class_init(ObjectClass *klass, void *data)
dc->props = grlib_gptimer_properties;
}
-static TypeInfo grlib_gptimer_info = {
+static const TypeInfo grlib_gptimer_info = {
.name = "grlib,gptimer",
.parent = TYPE_SYS_BUS_DEVICE,
.instance_size = sizeof(GPTimerUnit),