diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2024-09-03 17:07:42 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2024-10-01 14:56:25 +0100 |
commit | 9d78324be9097be23a3e439694d97e6f98515f89 (patch) | |
tree | 6460a09b41435bf8c217ec608a66296d30e53e00 /include/hw/arm | |
parent | 192f75ad110e2eab70cdc87b8309648c2836c3c0 (diff) | |
download | qemu-9d78324be9097be23a3e439694d97e6f98515f89.zip qemu-9d78324be9097be23a3e439694d97e6f98515f89.tar.gz qemu-9d78324be9097be23a3e439694d97e6f98515f89.tar.bz2 |
hw/timer: Remove omap_gptimer
The omap_gptimer device is only in the OMAP2 SoC, which we
are removing.
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-45-peter.maydell@linaro.org
Diffstat (limited to 'include/hw/arm')
-rw-r--r-- | include/hw/arm/omap.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/hw/arm/omap.h b/include/hw/arm/omap.h index 0cbbf2f..cced3d2 100644 --- a/include/hw/arm/omap.h +++ b/include/hw/arm/omap.h @@ -676,13 +676,6 @@ struct omap_dma_lcd_channel_s { # define OMAP24XX_DMA_MS 63 /* Not in OMAP2420 */ # define OMAP24XX_DMA_EXT_DMAREQ5 64 -/* omap[123].c */ -/* OMAP2 gp timer */ -struct omap_gp_timer_s; -struct omap_gp_timer_s *omap_gp_timer_init(struct omap_target_agent_s *ta, - qemu_irq irq, omap_clk fclk, omap_clk iclk); -void omap_gp_timer_reset(struct omap_gp_timer_s *s); - /* OMAP2 sysctimer */ struct omap_synctimer_s; struct omap_synctimer_s *omap_synctimer_init(struct omap_target_agent_s *ta, @@ -936,7 +929,6 @@ struct omap_mpu_state_s { /* OMAP2-only peripherals */ struct omap_l4_s *l4; - struct omap_gp_timer_s *gptimer[12]; struct omap_synctimer_s *synctimer; struct omap_mcspi_s *mcspi[2]; |