commit | f44336c594c7e7887ee43ece3b53ba68b827fd1d | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Mon Nov 28 15:40:49 2011 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon Nov 28 15:40:49 2011 +0200 |
tree | df8f14f40066fd4a46f12cd2e1cb8b0730ce3a5f | |
parent | a6dbd3c83622fc0156e17c0d2fab54fe79afd07f [diff] [blame] |
omap_l4: rename omap_l4_attach_region() to omap_l4_attach() Signed-off-by: Avi Kivity <avi@redhat.com>
diff --git a/hw/omap_gptimer.c b/hw/omap_gptimer.c index 414b98a..7a14519 100644 --- a/hw/omap_gptimer.c +++ b/hw/omap_gptimer.c
@@ -482,7 +482,7 @@ memory_region_init_io(&s->iomem, &omap_gp_timer_ops, s, "omap.gptimer", omap_l4_region_size(ta, 0)); - omap_l4_attach_region(ta, 0, &s->iomem); + omap_l4_attach(ta, 0, &s->iomem); return s; }