]> Git Repo - qemu.git/blobdiff - hw/sb16.c
Make all static TypeInfos const
[qemu.git] / hw / sb16.c
index bb460ccb60d91f5944095eab0da8073fbe61cbcb..52dfedf5f1bc5de30861501fe88f7636da7f8cf2 100644 (file)
--- a/hw/sb16.c
+++ b/hw/sb16.c
@@ -1409,7 +1409,7 @@ static void sb16_class_initfn (ObjectClass *klass, void *data)
     dc->props = sb16_properties;
 }
 
-static TypeInfo sb16_info = {
+static const TypeInfo sb16_info = {
     .name          = "sb16",
     .parent        = TYPE_ISA_DEVICE,
     .instance_size = sizeof (SB16State),
This page took 0.023095 seconds and 4 git commands to generate.