]> Git Repo - qemu.git/blobdiff - hw/ds1338.c
Make all static TypeInfos const
[qemu.git] / hw / ds1338.c
index 1aefa3ba042f863227512336029abfe173ccd6d1..379220638e3e581c401cc72f81deda930b56e1f4 100644 (file)
@@ -221,7 +221,7 @@ static void ds1338_class_init(ObjectClass *klass, void *data)
     dc->vmsd = &vmstate_ds1338;
 }
 
-static TypeInfo ds1338_info = {
+static const TypeInfo ds1338_info = {
     .name          = "ds1338",
     .parent        = TYPE_I2C_SLAVE,
     .instance_size = sizeof(DS1338State),
This page took 0.023696 seconds and 4 git commands to generate.