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
/
pxa2xx_gpio.c
diff --git
a/hw/pxa2xx_gpio.c
b/hw/pxa2xx_gpio.c
index 67fd17c4ca92b3734ed166a9f1d56aa857d5e5e0..d5f57162edec9b29a9ebc45b0305b9a67d81a53b 100644
(file)
--- a/
hw/pxa2xx_gpio.c
+++ b/
hw/pxa2xx_gpio.c
@@
-340,8
+340,9
@@
static TypeInfo pxa2xx_gpio_info = {
.class_init = pxa2xx_gpio_class_init,
};
-static void pxa2xx_gpio_register(void)
+static void pxa2xx_gpio_register
_types
(void)
{
type_register_static(&pxa2xx_gpio_info);
}
-device_init(pxa2xx_gpio_register);
+
+type_init(pxa2xx_gpio_register_types)
This page took
0.023097 seconds
and
4
git commands to generate.