dmaengine: imx-sdma: Remove platform data header
authorVladimir Zapolskiy <vz@mleia.com>
Sun, 20 Jun 2021 19:11:03 +0000 (22:11 +0300)
committerVinod Koul <vkoul@kernel.org>
Thu, 24 Jun 2021 11:14:38 +0000 (16:44 +0530)
commit8d11cfb0c37547bd6b1cdc7c2653c1e6b5ec5abb
tree119d960cff7888a6b6465e5da51ea1101bf0e09e
parent72cce7dd9f0aa88f82a5612e7d4f9993c34d0d17
dmaengine: imx-sdma: Remove platform data header

Since commit 6c5f05a6cd88 ("ARM: imx3: Remove imx3 soc_init()")
there are no more users of struct sdma_script_start_addrs outside
of the driver itself, thus let's move the struct declaration just
to the driver source code and remove the header file as unused one.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Link: https://lore.kernel.org/r/20210620191103.156626-1-vz@mleia.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/imx-sdma.c
include/linux/platform_data/dma-imx-sdma.h [deleted file]