diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2024-09-03 17:07:46 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2024-10-01 14:57:19 +0100 |
| commit | d007962b2fde812314f5e46193474294894d74f9 (patch) | |
| tree | 3f753c03c085851c322c839dc6a75a92952ba3ed /include/hw/arm/omap.h | |
| parent | 41695489d6e6fb125edcfeae36e035decd903a3f (diff) | |
| download | focaccia-qemu-d007962b2fde812314f5e46193474294894d74f9.tar.gz focaccia-qemu-d007962b2fde812314f5e46193474294894d74f9.zip | |
hw/misc: Remove omap_tap device
The omap_tap device is OMAP2 only, and we are removing it. 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-49-peter.maydell@linaro.org
Diffstat (limited to 'include/hw/arm/omap.h')
| -rw-r--r-- | include/hw/arm/omap.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/hw/arm/omap.h b/include/hw/arm/omap.h index 118874d877..82721b46fa 100644 --- a/include/hw/arm/omap.h +++ b/include/hw/arm/omap.h @@ -725,9 +725,6 @@ struct I2SCodec { struct omap_mcbsp_s; void omap_mcbsp_i2s_attach(struct omap_mcbsp_s *s, I2SCodec *slave); -void omap_tap_init(struct omap_target_agent_s *ta, - struct omap_mpu_state_s *mpu); - /* omap_lcdc.c */ struct omap_lcd_panel_s; void omap_lcdc_reset(struct omap_lcd_panel_s *s); |