diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2024-09-03 17:07:37 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2024-10-01 14:56:07 +0100 |
| commit | aeaf7bb5aa38865c2cf7945e774a4226f2ae494c (patch) | |
| tree | 90aeacc9302e1637a74feaee8a6825a0f6fa6a2c /include/hw/arm/omap.h | |
| parent | df7768f5a520529d8634b2f177c0d5523e645fdd (diff) | |
| download | focaccia-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.h | 5 |
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; |