diff options
author | Avi Kivity <avi@redhat.com> | 2011-11-23 14:58:10 +0200 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-11-28 15:38:40 +0200 |
commit | a56e423c7c39af0fa1515d575fddfda032a02916 (patch) | |
tree | 96b3d3650fd801ff43246360d606c964327c4507 /hw/omap.h | |
parent | 92c0bba9a95739c92e959fe478cb1acb92fa5446 (diff) |
omap: eliminate l4_register_io_memory
This is a trivial wrapper around cpu_register_io_memory(), adding
no value. Inline it into all callers.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/omap.h')
-rw-r--r-- | hw/omap.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -96,8 +96,6 @@ target_phys_addr_t omap_l4_attach(struct omap_target_agent_s *ta, int region, int iotype); target_phys_addr_t omap_l4_region_base(struct omap_target_agent_s *ta, int region); -int l4_register_io_memory(CPUReadMemoryFunc * const *mem_read, - CPUWriteMemoryFunc * const *mem_write, void *opaque); /* OMAP2 SDRAM controller */ struct omap_sdrc_s; |