]> Git Repo - qemu.git/commitdiff
hw/display/pxa2xx_lcd.c: Remove unused function pxa2xx_dma_rdst_set
authorPeter Maydell <[email protected]>
Mon, 29 Sep 2014 17:48:47 +0000 (18:48 +0100)
committerPeter Maydell <[email protected]>
Mon, 29 Sep 2014 17:48:47 +0000 (18:48 +0100)
The function pxa2xx_dma_rdst_set() is unused; delete it.

Signed-off-by: Peter Maydell <[email protected]>
Message-id: 1410723223[email protected]

hw/display/pxa2xx_lcd.c

index 611fb174cdd05c0361af41efb9d0972d516ca1ed..ac3c018822f5df659591f747d80d2bdce987d025 100644 (file)
@@ -279,14 +279,6 @@ static inline void pxa2xx_dma_ber_set(PXA2xxLCDState *s, int ch)
         s->liidr = s->dma_ch[ch].id;
 }
 
-/* Set Read Status interrupt high and poke associated registers */
-static inline void pxa2xx_dma_rdst_set(PXA2xxLCDState *s)
-{
-    s->status[0] |= LCSR0_RDST;
-    if (s->irqlevel && !(s->control[0] & LCCR0_RDSTM))
-        s->status[0] |= LCSR0_SINT;
-}
-
 /* Load new Frame Descriptors from DMA */
 static void pxa2xx_descriptor_load(PXA2xxLCDState *s)
 {
This page took 0.026935 seconds and 4 git commands to generate.