On 5/12/26 13:34, Peter Maydell wrote:
The model argument to omap_dma_init() is always omap_dma_3_1, and all we do with it now is assert this; drop the argument and the enum.Signed-off-by: Peter Maydell<[email protected]> --- hw/arm/omap1.c | 2 +- hw/dma/omap_dma.c | 8 +++----- include/hw/arm/omap.h | 12 +++--------- 3 files changed, 7 insertions(+), 15 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
