commit | 750ecd444ff7e4e27928d65164228b3e1ae5a95b | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Sun Nov 27 11:38:10 2011 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon Nov 28 15:38:45 2011 +0200 |
tree | 6334f0edc1744e8e2fb78965d6c855bcae165b9c | |
parent | 3f7f1c8067157e06fd468f09d050803c11d4ae53 [diff] [blame] |
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() Signed-off-by: Avi Kivity <avi@redhat.com>
diff --git a/hw/mst_fpga.c b/hw/mst_fpga.c index cf9957b..9324702 100644 --- a/hw/mst_fpga.c +++ b/hw/mst_fpga.c
@@ -207,7 +207,7 @@ memory_region_init_io(&s->iomem, &mst_fpga_ops, s, "fpga", 0x00100000); - sysbus_init_mmio_region(dev, &s->iomem); + sysbus_init_mmio(dev, &s->iomem); return 0; }