aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCesar Eduardo Barros <[email protected]>2013-01-04 15:35:20 -0800
committerLinus Torvalds <[email protected]>2013-01-04 16:11:47 -0800
commit6f0d65afd4c53bc41263e8484ea28fa414648d72 (patch)
treeb5c523bd6a3b86145b0f22be707f721a286e3d05
parent7beefe1dd8e227c387b7fcd44161833aaef5f8ea (diff)
MAINTAINERS: fix arch/arm/mach-at91/include/mach/at_hdmac.h
This file was moved to include/linux/platform_data/dma-atmel.h by commit 7cdc39eeadf1 ("ARM: at91: move platform_data definitions"). Signed-off-by: Cesar Eduardo Barros <[email protected]> Cc: Nicolas Ferre <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index c99688b855cd..53c8b38381b2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1402,7 +1402,7 @@ L: [email protected] (moderated for non-subscribers)
S: Supported
F: drivers/dma/at_hdmac.c
F: drivers/dma/at_hdmac_regs.h
-F: arch/arm/mach-at91/include/mach/at_hdmac.h
+F: include/linux/platform_data/dma-atmel.h
ATMEL ISI DRIVER
M: Josh Wu <[email protected]>