mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
hw/dma: Remove omap_dma4 device
The omap_dma4 device was only used in the OMAP2 SoC, which has been removed. 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-53-peter.maydell@linaro.org
This commit is contained in:
parent
1e932548b2
commit
54196ade09
2 changed files with 3 additions and 449 deletions
|
@ -421,7 +421,6 @@ enum omap_dma_model {
|
|||
omap_dma_3_0,
|
||||
omap_dma_3_1,
|
||||
omap_dma_3_2,
|
||||
omap_dma_4,
|
||||
};
|
||||
|
||||
struct soc_dma_s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue