projects
/
qemu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
[qemu.git]
/
hw
/
lance.c
diff --git
a/hw/lance.c
b/hw/lance.c
index 93d5fda35b7231b41fec2e56ecfc41360430ca5a..716470061cd94c6b72b6fd4d29aa25679f81c37b 100644
(file)
--- a/
hw/lance.c
+++ b/
hw/lance.c
@@
-121,7
+121,7
@@
static int lance_init(SysBusDevice *dev)
qdev_init_gpio_in(&dev->qdev, parent_lance_reset, 1);
- sysbus_init_mmio
_region
(dev, &s->mmio);
+ sysbus_init_mmio(dev, &s->mmio);
sysbus_init_irq(dev, &s->irq);
This page took
0.026067 seconds
and
4
git commands to generate.