hw/arm/omap: Remove unused omap1_dma_irq_map[] entries
For the one remaining OMAP board, we use only the first 6 entries in the omap1_dma_irq_map[] array; the rest were for OMAP1610. Delete the now-unused elements. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20260512203414.3633237-5-peter.maydell@linaro.org
Peter Maydell committed
May 12, 2026 at 21:34 UTC
c44733e20f473ee38e7496460d970d00ed94c361
1 file changed
-10
hw/arm/omap1.c
-10
@@ -3710,16 +3710,6 @@ static const struct dma_irq_map omap1_dma_irq_map[] = {
3710
{ 0, OMAP_INT_DMA_CH3 },
3711
{ 0, OMAP_INT_DMA_CH4 },
3712
{ 0, OMAP_INT_DMA_CH5 },
3713
- { 1, OMAP_INT_1610_DMA_CH6 },
3714
- { 1, OMAP_INT_1610_DMA_CH7 },
3715
- { 1, OMAP_INT_1610_DMA_CH8 },
3716
- { 1, OMAP_INT_1610_DMA_CH9 },
3717
- { 1, OMAP_INT_1610_DMA_CH10 },
3718
- { 1, OMAP_INT_1610_DMA_CH11 },
3719
- { 1, OMAP_INT_1610_DMA_CH12 },
3720
- { 1, OMAP_INT_1610_DMA_CH13 },
3721
- { 1, OMAP_INT_1610_DMA_CH14 },
3722
- { 1, OMAP_INT_1610_DMA_CH15 }
3713
};
3714
3715
/* DMA ports for OMAP1 */