]> Git Repo - qemu.git/blobdiff - hw/etraxfs_eth.c
Make all static TypeInfos const
[qemu.git] / hw / etraxfs_eth.c
index 289a810edc577210c6489b1f405b019daabe4182..ec23fa6edf697f2d572693dab348bcea7e07d032 100644 (file)
@@ -630,7 +630,7 @@ static void etraxfs_eth_class_init(ObjectClass *klass, void *data)
     dc->props = etraxfs_eth_properties;
 }
 
-static TypeInfo etraxfs_eth_info = {
+static const TypeInfo etraxfs_eth_info = {
     .name          = "etraxfs-eth",
     .parent        = TYPE_SYS_BUS_DEVICE,
     .instance_size = sizeof(struct fs_eth),
This page took 0.02341 seconds and 4 git commands to generate.