diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-12-28 21:30:21 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-01-08 09:27:19 +0100 |
commit | 33cb6d1ed311af2c1dfd107fa334cfb51113ef35 (patch) | |
tree | 49123bc9f766b19f0a2c7bb8527964511b0aa00b /MAINTAINERS | |
parent | dmaengine: owl: Add compatible for the Actions Semi S500 DMA controller (diff) | |
download | linux-33cb6d1ed311af2c1dfd107fa334cfb51113ef35.tar.xz linux-33cb6d1ed311af2c1dfd107fa334cfb51113ef35.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 546aa66428c9..0d62310a31f8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11604,7 +11604,6 @@ F: drivers/dma/at_hdmac.c F: drivers/dma/at_hdmac_regs.h F: drivers/dma/at_xdmac.c F: include/dt-bindings/dma/at91.h -F: include/linux/platform_data/dma-atmel.h MICROCHIP AT91 SERIAL DRIVER M: Richard Genoud <richard.genoud@gmail.com> |