aboutsummaryrefslogtreecommitdiffstats
path: root/hw/omap1.c
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2011-08-30 11:56:30 +0300
committerAvi Kivity <avi@redhat.com>2011-09-21 11:14:35 +0300
commit9898b79abe32c5521ef365207d8a1db6c3a6e206 (patch)
tree4c5695e4ad9882a5cbb8e125a216bf3d171641cc /hw/omap1.c
parent763b946c286fc3c2b64e6058323a12e66866e660 (diff)
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/omap1.c')
-rw-r--r--hw/omap1.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/omap1.c b/hw/omap1.c
index f48aa8af4..09eb363cb 100644
--- a/hw/omap1.c
+++ b/hw/omap1.c
@@ -3872,8 +3872,7 @@ struct omap_mpu_state_s *omap310_mpu_init(MemoryRegion *system_memory,
omap_findclk(s, "clk32-kHz"));
s->lcd = omap_lcdc_init(0xfffec000, s->irq[0][OMAP_INT_LCD_CTRL],
- omap_dma_get_lcdch(s->dma), imif_base, emiff_base,
- omap_findclk(s, "lcd_ck"));
+ omap_dma_get_lcdch(s->dma), omap_findclk(s, "lcd_ck"));
omap_ulpd_pm_init(system_memory, 0xfffe0800, s);
omap_pin_cfg_init(system_memory, 0xfffe1000, s);