diff options
author | Avi Kivity <avi@redhat.com> | 2011-08-30 11:56:30 +0300 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-09-21 11:14:35 +0300 |
commit | 9898b79abe32c5521ef365207d8a1db6c3a6e206 (patch) | |
tree | 4c5695e4ad9882a5cbb8e125a216bf3d171641cc /hw/omap1.c | |
parent | 763b946c286fc3c2b64e6058323a12e66866e660 (diff) | |
download | qemu-9898b79abe32c5521ef365207d8a1db6c3a6e206.tar.gz qemu-9898b79abe32c5521ef365207d8a1db6c3a6e206.tar.bz2 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/omap1.c')
-rw-r--r-- | hw/omap1.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/omap1.c b/hw/omap1.c index f48aa8af4e..09eb363cbc 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); |