]> Git Repo - qemu.git/blobdiff - hw/pl190.c
qom: Unify type registration
[qemu.git] / hw / pl190.c
index 956ab21c6acf0b7e67aea7bc04af3c72719d279d..cb50afb9f4c49dd16694dd3e35dd72cb7838c14e 100644 (file)
@@ -273,9 +273,9 @@ static TypeInfo pl190_info = {
     .class_init    = pl190_class_init,
 };
 
-static void pl190_register_devices(void)
+static void pl190_register_types(void)
 {
     type_register_static(&pl190_info);
 }
 
-device_init(pl190_register_devices)
+type_init(pl190_register_types)
This page took 0.024081 seconds and 4 git commands to generate.