summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2020-12-28 21:30:21 +0100
committerVinod Koul <vkoul@kernel.org>2021-01-08 13:57:19 +0530
commit33cb6d1ed311af2c1dfd107fa334cfb51113ef35 (patch)
tree49123bc9f766b19f0a2c7bb8527964511b0aa00b /MAINTAINERS
parentc518a2fd1bcfb00bfae9007913090d8645651637 (diff)
downloadlinux-stable-33cb6d1ed311af2c1dfd107fa334cfb51113ef35.tar.gz
linux-stable-33cb6d1ed311af2c1dfd107fa334cfb51113ef35.tar.bz2
linux-stable-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--MAINTAINERS1
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>