diff options
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/include/asm/bfin_serial.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/blackfin/include/asm/bfin_serial.h b/arch/blackfin/include/asm/bfin_serial.h index d00d732784b1..b550ada7321b 100644 --- a/arch/blackfin/include/asm/bfin_serial.h +++ b/arch/blackfin/include/asm/bfin_serial.h | |||
@@ -22,9 +22,9 @@ | |||
22 | defined(CONFIG_BFIN_UART2_CTSRTS) || \ | 22 | defined(CONFIG_BFIN_UART2_CTSRTS) || \ |
23 | defined(CONFIG_BFIN_UART3_CTSRTS) | 23 | defined(CONFIG_BFIN_UART3_CTSRTS) |
24 | # if defined(BFIN_UART_BF54X_STYLE) || defined(BFIN_UART_BF60X_STYLE) | 24 | # if defined(BFIN_UART_BF54X_STYLE) || defined(BFIN_UART_BF60X_STYLE) |
25 | # define CONFIG_SERIAL_BFIN_HARD_CTSRTS | 25 | # define SERIAL_BFIN_HARD_CTSRTS |
26 | # else | 26 | # else |
27 | # define CONFIG_SERIAL_BFIN_CTSRTS | 27 | # define SERIAL_BFIN_CTSRTS |
28 | # endif | 28 | # endif |
29 | #endif | 29 | #endif |
30 | 30 | ||
@@ -50,8 +50,8 @@ struct bfin_serial_port { | |||
50 | #elif ANOMALY_05000363 | 50 | #elif ANOMALY_05000363 |
51 | unsigned int anomaly_threshold; | 51 | unsigned int anomaly_threshold; |
52 | #endif | 52 | #endif |
53 | #if defined(CONFIG_SERIAL_BFIN_CTSRTS) || \ | 53 | #if defined(SERIAL_BFIN_CTSRTS) || \ |
54 | defined(CONFIG_SERIAL_BFIN_HARD_CTSRTS) | 54 | defined(SERIAL_BFIN_HARD_CTSRTS) |
55 | int cts_pin; | 55 | int cts_pin; |
56 | int rts_pin; | 56 | int rts_pin; |
57 | #endif | 57 | #endif |