summaryrefslogtreecommitdiffstats
path: root/hw/i82374.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/i82374.c')
-rw-r--r--hw/i82374.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/i82374.c b/hw/i82374.c
index 220e8cc..67298a3 100644
--- a/hw/i82374.c
+++ b/hw/i82374.c
@@ -157,9 +157,9 @@ static TypeInfo i82374_isa_info = {
.class_init = i82374_class_init,
};
-static void i82374_register_devices(void)
+static void i82374_register_types(void)
{
type_register_static(&i82374_isa_info);
}
-device_init(i82374_register_devices)
+type_init(i82374_register_types)
OpenPOWER on IntegriCloud