]> Git Repo - qemu.git/blobdiff - hw/pl022.c
qom: Unify type registration
[qemu.git] / hw / pl022.c
index 30bd3442bbcd5c9a22e3181be25efd6123c63cec..03bf63c4d2e6c2f156e2306589afa1bd6ad1ed2b 100644 (file)
@@ -299,9 +299,9 @@ static TypeInfo pl022_info = {
     .class_init    = pl022_class_init,
 };
 
-static void pl022_register_devices(void)
+static void pl022_register_types(void)
 {
     type_register_static(&pl022_info);
 }
 
-device_init(pl022_register_devices)
+type_init(pl022_register_types)
This page took 0.02453 seconds and 4 git commands to generate.