summaryrefslogtreecommitdiffstats
path: root/hw/omap.h
diff options
context:
space:
mode:
authorAvi Kivity2011-08-30 10:56:30 +0200
committerAvi Kivity2011-09-21 10:14:35 +0200
commit9898b79abe32c5521ef365207d8a1db6c3a6e206 (patch)
tree4c5695e4ad9882a5cbb8e125a216bf3d171641cc /hw/omap.h
parentomap1: convert to memory API (part V) (diff)
downloadqemu-9898b79abe32c5521ef365207d8a1db6c3a6e206.tar.gz
qemu-9898b79abe32c5521ef365207d8a1db6c3a6e206.tar.xz
qemu-9898b79abe32c5521ef365207d8a1db6c3a6e206.zip
omap_lcdc: remove imif, emiff from structure
Not used. Acked-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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/omap.h b/hw/omap.h
index 25d10f31f3..de83452572 100644
--- a/hw/omap.h
+++ b/hw/omap.h
@@ -744,8 +744,7 @@ void omap_tap_init(struct omap_target_agent_s *ta,
struct omap_lcd_panel_s;
void omap_lcdc_reset(struct omap_lcd_panel_s *s);
struct omap_lcd_panel_s *omap_lcdc_init(target_phys_addr_t base, qemu_irq irq,
- struct omap_dma_lcd_channel_s *dma,
- ram_addr_t imif_base, ram_addr_t emiff_base, omap_clk clk);
+ struct omap_dma_lcd_channel_s *dma, omap_clk clk);
/* omap_dss.c */
struct rfbi_chip_s {