projects
/
qemu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
qom: Unify type registration
[qemu.git]
/
hw
/
pcnet-pci.c
diff --git
a/hw/pcnet-pci.c
b/hw/pcnet-pci.c
index 439f32caaeaa5273b908698404b63d55cd61b75e..368260959f5858303ce9a4e7b99df7a3ba411503 100644
(file)
--- a/
hw/pcnet-pci.c
+++ b/
hw/pcnet-pci.c
@@
-376,9
+376,9
@@
static TypeInfo pcnet_info = {
.class_init = pcnet_class_init,
};
-static void pci_pcnet_register_
devic
es(void)
+static void pci_pcnet_register_
typ
es(void)
{
type_register_static(&pcnet_info);
}
-
device_init(pci_pcnet_register_devic
es)
+
type_init(pci_pcnet_register_typ
es)
This page took
0.025235 seconds
and
4
git commands to generate.