]> Git Repo - qemu.git/blobdiff - hw/pl110.c
qom: Unify type registration
[qemu.git] / hw / pl110.c
index 86e95a3ffdb6d57cf2d95a1912bd7b21ed6442c2..f94608cb62b222096f1f08edef27aa692276141d 100644 (file)
@@ -520,11 +520,11 @@ static TypeInfo pl111_info = {
     .class_init    = pl111_class_init,
 };
 
-static void pl110_register_devices(void)
+static void pl110_register_types(void)
 {
     type_register_static(&pl110_info);
     type_register_static(&pl110_versatile_info);
     type_register_static(&pl111_info);
 }
 
-device_init(pl110_register_devices)
+type_init(pl110_register_types)
This page took 0.024593 seconds and 4 git commands to generate.