On 12/5/26 22:34, Peter Maydell wrote:
The OMAP DMA device includes a lot of code which has been disabled
via ifdefs for over a decade. Whatever this unfinished development
work was, all knowledge of it is long gone, and we're unlikely to
be doing any serious work on this device model in future. If we
did, we'd likely have to start from scratch.
Remove all the ifdeffed out code.
Signed-off-by: Peter Maydell <[email protected]>
---
hw/dma/omap_dma.c | 94 -----------------------------------------------
1 file changed, 94 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>