summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-footbridge
diff options
context:
space:
mode:
authorRussell King2013-07-07 00:13:15 +0200
committerRussell King2013-08-25 18:11:00 +0200
commit4a00364736519764a76af566be98eeeabb6fbce5 (patch)
tree2eae43823a6eb68031bb221e6c7dbc9f641f8988 /arch/arm/mach-footbridge
parentARM: debug: provide 8250 debug uart flow control configuration option (diff)
downloadkernel-qcow2-linux-4a00364736519764a76af566be98eeeabb6fbce5.tar.gz
kernel-qcow2-linux-4a00364736519764a76af566be98eeeabb6fbce5.tar.xz
kernel-qcow2-linux-4a00364736519764a76af566be98eeeabb6fbce5.zip
ARM: debug: provide 8250 debug uart register shift configuration option
Move the definition of the UART register shift out of the platform specific header file into the Kconfig files. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-footbridge')
-rw-r--r--arch/arm/mach-footbridge/include/mach/debug-macro.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-footbridge/include/mach/debug-macro.S b/arch/arm/mach-footbridge/include/mach/debug-macro.S
index 18130fe99f28..a209936d6d98 100644
--- a/arch/arm/mach-footbridge/include/mach/debug-macro.S
+++ b/arch/arm/mach-footbridge/include/mach/debug-macro.S
@@ -22,7 +22,6 @@
orr \rp, \rp, #0x7c000000 @ physical
.endm
-#define UART_SHIFT 0
#include <asm/hardware/debug-8250.S>
#else