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
/
tmp105.c
diff --git
a/hw/tmp105.c
b/hw/tmp105.c
index a3bdd91d40247d3d08416ce05edfba3cf3e78614..8e8dbd94eba1876f211bdd891f9375c864c814a9 100644
(file)
--- a/
hw/tmp105.c
+++ b/
hw/tmp105.c
@@
-245,9
+245,9
@@
static TypeInfo tmp105_info = {
.class_init = tmp105_class_init,
};
-static void tmp105_register_
devic
es(void)
+static void tmp105_register_
typ
es(void)
{
type_register_static(&tmp105_info);
}
-
device_init(tmp105_register_devic
es)
+
type_init(tmp105_register_typ
es)
This page took
0.025303 seconds
and
4
git commands to generate.