diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-01-12 19:42:14 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-01-15 15:24:06 +0100 |
commit | 5f58c97099f20cb12b463d3bb8bf0cbe522deb22 (patch) | |
tree | 36c485eb3e3409e4ad7c42c138e33e47c578430a /MAINTAINERS | |
parent | 415c94743524696d66e2bbbc00b72ad593cb0187 (diff) | |
download | op-kernel-dev-5f58c97099f20cb12b463d3bb8bf0cbe522deb22.zip op-kernel-dev-5f58c97099f20cb12b463d3bb8bf0cbe522deb22.tar.gz |
ARM: at91: move debug-macro.S into the common space
Move debug-macro.S from include/mach/ to include/debug where all other common
debug macros are.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3589d67..8c25979 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -877,6 +877,7 @@ F: arch/arm/boot/dts/at91*.dts F: arch/arm/boot/dts/at91*.dtsi F: arch/arm/boot/dts/sama*.dts F: arch/arm/boot/dts/sama*.dtsi +F: arch/arm/include/debug/at91.S ARM/ATMEL AT91 Clock Support M: Boris Brezillon <boris.brezillon@free-electrons.com> |