dmaengine: at_hdmac: remove platform data header
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 28 Dec 2020 20:30:21 +0000 (21:30 +0100)
committerVinod Koul <vkoul@kernel.org>
Fri, 8 Jan 2021 08:27:19 +0000 (13:57 +0530)
commit33cb6d1ed311af2c1dfd107fa334cfb51113ef35
tree49123bc9f766b19f0a2c7bb8527964511b0aa00b
parentc518a2fd1bcfb00bfae9007913090d8645651637
dmaengine: at_hdmac: remove platform data header

linux/platform_data/dma-atmel.h is only used by the at_hdmac driver. Move
the CFG bits definitions back in at_hdmac_regs.h and the remaining
definitions in the driver.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20201228203022.2674133-1-alexandre.belloni@bootlin.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
MAINTAINERS
drivers/dma/at_hdmac.c
drivers/dma/at_hdmac_regs.h
include/linux/platform_data/dma-atmel.h [deleted file]