]> Git Repo - qemu.git/blobdiff - hw/pxa2xx_gpio.c
Make all static TypeInfos const
[qemu.git] / hw / pxa2xx_gpio.c
index 7aaf4092dfd7b415639ec22b450e8b41d1a4cdec..016833dfa1e2a0b4ed76b5e7911db950d2081402 100644 (file)
@@ -334,7 +334,7 @@ static void pxa2xx_gpio_class_init(ObjectClass *klass, void *data)
     dc->props = pxa2xx_gpio_properties;
 }
 
-static TypeInfo pxa2xx_gpio_info = {
+static const TypeInfo pxa2xx_gpio_info = {
     .name          = "pxa2xx-gpio",
     .parent        = TYPE_SYS_BUS_DEVICE,
     .instance_size = sizeof(PXA2xxGPIOInfo),
This page took 0.025632 seconds and 4 git commands to generate.