From f44336c594c7e7887ee43ece3b53ba68b827fd1d Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Mon, 28 Nov 2011 15:40:49 +0200 Subject: omap_l4: rename omap_l4_attach_region() to omap_l4_attach() Signed-off-by: Avi Kivity --- hw/omap_synctimer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/omap_synctimer.c') diff --git a/hw/omap_synctimer.c b/hw/omap_synctimer.c index cd1d7548d2..367f26e3a1 100644 --- a/hw/omap_synctimer.c +++ b/hw/omap_synctimer.c @@ -96,7 +96,7 @@ struct omap_synctimer_s *omap_synctimer_init(struct omap_target_agent_s *ta, omap_synctimer_reset(s); memory_region_init_io(&s->iomem, &omap_synctimer_ops, s, "omap.synctimer", omap_l4_region_size(ta, 0)); - omap_l4_attach_region(ta, 0, &s->iomem); + omap_l4_attach(ta, 0, &s->iomem); return s; } -- cgit v1.2.3