]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/sga.c
Make all static TypeInfos const
[mirror_qemu.git] / hw / sga.c
index d5c91ed98ec79b40d283cf7765b6ee50f8735a4e..29bc3e0246d64ff285aeadaecf17bb109af5cbce 100644 (file)
--- a/hw/sga.c
+++ b/hw/sga.c
@@ -48,7 +48,7 @@ static void sga_class_initfn(ObjectClass *klass, void *data)
     dc->desc = "Serial Graphics Adapter";
 }
 
-static TypeInfo sga_info = {
+static const TypeInfo sga_info = {
     .name          = "sga",
     .parent        = TYPE_ISA_DEVICE,
     .instance_size = sizeof(ISASGAState),