aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-footbridge/include
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2013-07-06 17:59:10 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2013-08-25 12:10:59 -0400
commit7610b607b03ada21e89d964ec27d87a5b93c3d7f (patch)
tree191fc53ebf3f493df9e2032e6913596404781d8e /arch/arm/mach-footbridge/include
parentcce278d20340e292dbcbf25db8042baf9e2d88dd (diff)
ARM: debug: provide 8250 debug uart flow control configuration option
Move the definition out of the machine class debug-macro.S header into the Kconfig files. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-footbridge/include')
-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 c169f0c99b2a..18130fe99f28 100644
--- a/arch/arm/mach-footbridge/include/mach/debug-macro.S
+++ b/arch/arm/mach-footbridge/include/mach/debug-macro.S
@@ -23,7 +23,6 @@
23 .endm 23 .endm
24 24
25#define UART_SHIFT 0 25#define UART_SHIFT 0
26#define FLOW_CONTROL
27#include <asm/hardware/debug-8250.S> 26#include <asm/hardware/debug-8250.S>
28 27
29#else 28#else