summary refs log tree commit diff stats
path: root/include/hw/arm/omap.h
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2024-09-03 17:07:37 +0100
committerPeter Maydell <peter.maydell@linaro.org>2024-10-01 14:56:07 +0100
commitaeaf7bb5aa38865c2cf7945e774a4226f2ae494c (patch)
tree90aeacc9302e1637a74feaee8a6825a0f6fa6a2c /include/hw/arm/omap.h
parentdf7768f5a520529d8634b2f177c0d5523e645fdd (diff)
downloadfocaccia-qemu-aeaf7bb5aa38865c2cf7945e774a4226f2ae494c.tar.gz
focaccia-qemu-aeaf7bb5aa38865c2cf7945e774a4226f2ae494c.zip
hw/char: Remove omap2_uart
Remove the OMAP2 specific code from omap_uart.c.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240903160751.4100218-40-peter.maydell@linaro.org
Diffstat (limited to 'include/hw/arm/omap.h')
-rw-r--r--include/hw/arm/omap.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/hw/arm/omap.h b/include/hw/arm/omap.h
index b569580b09..67bb83dff5 100644
--- a/include/hw/arm/omap.h
+++ b/include/hw/arm/omap.h
@@ -709,11 +709,6 @@ struct omap_uart_s *omap_uart_init(hwaddr base,
                 qemu_irq irq, omap_clk fclk, omap_clk iclk,
                 qemu_irq txdma, qemu_irq rxdma,
                 const char *label, Chardev *chr);
-struct omap_uart_s *omap2_uart_init(MemoryRegion *sysmem,
-                struct omap_target_agent_s *ta,
-                qemu_irq irq, omap_clk fclk, omap_clk iclk,
-                qemu_irq txdma, qemu_irq rxdma,
-                const char *label, Chardev *chr);
 void omap_uart_reset(struct omap_uart_s *s);
 
 struct omap_mpuio_s;