]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: debug: move 8250 debug include into arch/arm/include/debug/
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 6 Jul 2013 23:11:35 +0000 (00:11 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 25 Aug 2013 16:11:02 +0000 (17:11 +0100)
commit2facbc88733b34e1f992cde054c88b8e07607043
tree5c0a61096777f07291b0e7db3c49a4d05441aa38
parentc3faa9b7573bf8668869c0ef3075430dc9f053c6
ARM: debug: move 8250 debug include into arch/arm/include/debug/

Now that the 8250 debug include can stand alone without requiring
platforms to provide any macros, move it into the debug directory
so it can be directly included.  This allows us to get rid of a lot
of debug-macros include files.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
20 files changed:
arch/arm/Kconfig.debug
arch/arm/include/debug/8250.S [moved from arch/arm/include/asm/hardware/debug-8250.S with 88% similarity]
arch/arm/include/debug/mvebu.S [deleted file]
arch/arm/include/debug/nspire.S
arch/arm/include/debug/pxa.S [deleted file]
arch/arm/include/debug/rockchip.S [deleted file]
arch/arm/include/debug/sunxi.S [deleted file]
arch/arm/mach-dove/include/mach/debug-macro.S [deleted file]
arch/arm/mach-ebsa110/include/mach/debug-macro.S [deleted file]
arch/arm/mach-footbridge/include/mach/debug-macro.S
arch/arm/mach-gemini/include/mach/debug-macro.S [deleted file]
arch/arm/mach-iop13xx/include/mach/debug-macro.S [deleted file]
arch/arm/mach-iop32x/include/mach/debug-macro.S [deleted file]
arch/arm/mach-iop33x/include/mach/debug-macro.S [deleted file]
arch/arm/mach-ixp4xx/include/mach/debug-macro.S [deleted file]
arch/arm/mach-kirkwood/include/mach/debug-macro.S [deleted file]
arch/arm/mach-lpc32xx/include/mach/debug-macro.S [deleted file]
arch/arm/mach-mv78xx0/include/mach/debug-macro.S [deleted file]
arch/arm/mach-orion5x/include/mach/debug-macro.S [deleted file]
arch/arm/mach-rpc/include/mach/debug-macro.S [deleted file]