commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=77bc9a273bfc9d8a8c3ec50422e97701ad0f7f71
branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/trunk

Signed-off-by: Sonic Zhang <[email protected]>
Signed-off-by: Bob Liu <[email protected]>
---
 arch/blackfin/mach-bf609/boards/ezkit.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/blackfin/mach-bf609/boards/ezkit.c b/arch/blackfin/mach-bf609/boards/ezkit.c
index c90638f..8f592c3 100644
--- a/arch/blackfin/mach-bf609/boards/ezkit.c
+++ b/arch/blackfin/mach-bf609/boards/ezkit.c
@@ -219,7 +219,7 @@ static struct resource bfin_uart0_resources[] = {
 		.end = CH_UART0_RX,
 		.flags = IORESOURCE_DMA,
 	},
-#ifdef CONFIG_BFIN_UART1_CTSRTS
+#ifdef CONFIG_BFIN_UART0_CTSRTS
 	{	/* CTS pin -- 0 means not supported */
 		.start = GPIO_PD10,
 		.end = GPIO_PD10,
@@ -235,7 +235,7 @@ static struct resource bfin_uart0_resources[] = {
 
 static unsigned short bfin_uart0_peripherals[] = {
 	P_UART0_TX, P_UART0_RX,
-#ifdef CONFIG_BFIN_UART1_CTSRTS
+#ifdef CONFIG_BFIN_UART0_CTSRTS
 	P_UART0_RTS, P_UART0_CTS,
 #endif
 	0
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to