summaryrefslogtreecommitdiffstats
path: root/hw/omap.h
diff options
context:
space:
mode:
authorAvi Kivity2011-11-28 14:37:30 +0100
committerAvi Kivity2011-11-28 14:38:47 +0100
commita6dbd3c83622fc0156e17c0d2fab54fe79afd07f (patch)
tree8d6370b23b170893974e07f254ad7dec361229c2 /hw/omap.h
parentomap_i2c: convert to memory API (diff)
downloadqemu-a6dbd3c83622fc0156e17c0d2fab54fe79afd07f.tar.gz
qemu-a6dbd3c83622fc0156e17c0d2fab54fe79afd07f.tar.xz
qemu-a6dbd3c83622fc0156e17c0d2fab54fe79afd07f.zip
omap_l4: remove omap_l4_attach()
No longer used. Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/omap.h')
-rw-r--r--hw/omap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/omap.h b/hw/omap.h
index 0724ffedb5..656251d34e 100644
--- a/hw/omap.h
+++ b/hw/omap.h
@@ -94,8 +94,6 @@ struct omap_target_agent_s *omap_l4ta_get(
const struct omap_l4_region_s *regions,
const struct omap_l4_agent_info_s *agents,
int cs);
-target_phys_addr_t omap_l4_attach(struct omap_target_agent_s *ta, int region,
- int iotype);
target_phys_addr_t omap_l4_attach_region(struct omap_target_agent_s *ta,
int region, MemoryRegion *mr);
target_phys_addr_t omap_l4_region_base(struct omap_target_agent_s *ta,