dmaengine: ste_dma40: Remove platform data
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 16 May 2023 12:55:34 +0000 (14:55 +0200)
committerVinod Koul <vkoul@kernel.org>
Tue, 16 May 2023 17:30:19 +0000 (23:00 +0530)
commit42ae6f1695beed57958e7a2554e6d52dddc56e43
tree6979a8cdab3bb283692d8e73383aefeb9dec7939
parentfb85a8c51784f46b4ddd8bdad3c6bcacd0e5ad2b
dmaengine: ste_dma40: Remove platform data

The Ux500 is device tree-only since ages. Delete the
platform data header and push it into or next to the driver
instead.

Drop the non-DT probe path since this will not happen.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230417-ux500-dma40-cleanup-v3-4-60bfa6785968@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/ste_dma40.c
drivers/dma/ste_dma40.h [new file with mode: 0644]
drivers/dma/ste_dma40_ll.c
include/linux/platform_data/dma-ste-dma40.h [deleted file]