]> git.karo-electronics.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>
Thu, 15 Aug 2013 15:42:30 +0000 (16:42 +0100)
commit034a3294bde57d7fe2a8987bd0f2ac0fbfb3d7fc
tree439e81a9a23573ebd3b037c69d4cc74c39fd43d0
parentf25d9983600f42ce4377429a670773db9a10021b
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]