]> Git Repo - qemu.git/blobdiff - hw/lm832x.c
scsi: make code more homogeneous in AIO callback functions
[qemu.git] / hw / lm832x.c
index 895d306635150497e3be58cdb26378b61333b36c..8e09f9bcc9643a64cfdd614b764d96e2f0329c9b 100644 (file)
@@ -513,9 +513,9 @@ static TypeInfo lm8323_info = {
     .class_init    = lm8323_class_init,
 };
 
-static void lm832x_register_devices(void)
+static void lm832x_register_types(void)
 {
     type_register_static(&lm8323_info);
 }
 
-device_init(lm832x_register_devices)
+type_init(lm832x_register_types)
This page took 0.023233 seconds and 4 git commands to generate.