@samitouri / QOSamiQemu / commits / 3a0583e509

hw/arm/omap: Remove stray unused prototype

When we removed the support for most of the OMAP SoCs, we missed deleting a function prototype that was for a function defined in removed code. Delete it now. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20260512203414.3633237-4-peter.maydell@linaro.org

Peter Maydell committed May 12, 2026 at 21:34 UTC 3a0583e509463d62ee0b63c6a5335e616c30d1f4
1 file changed -4
include/hw/arm/omap.h
-4
@@ -338,10 +338,6 @@ struct soc_dma_s *omap_dma_init(hwaddr base, qemu_irq *irqs,
338 MemoryRegion *sysmem,
339 qemu_irq lcd_irq, struct omap_mpu_state_s *mpu, omap_clk clk,
340 enum omap_dma_model model);
341 -struct soc_dma_s *omap_dma4_init(hwaddr base, qemu_irq *irqs,
342 - MemoryRegion *sysmem,
343 - struct omap_mpu_state_s *mpu, int fifo,
344 - int chans, omap_clk iclk, omap_clk fclk);
341 void omap_dma_reset(struct soc_dma_s *s);
342
343 struct dma_irq_map {