diff options
| author | Sonic Zhang <sonic.zhang@analog.com> | 2011-12-05 21:00:35 -0500 |
|---|---|---|
| committer | Bob Liu <lliubbo@gmail.com> | 2012-01-08 21:26:16 -0500 |
| commit | 6f2efbdeda5e45e7087f3ae0f8c354056a96491c (patch) | |
| tree | a260ac0ce672479aca1e6f78cc436e6282a4d537 | |
| parent | 4dbeccdf7b7573e90b442b6bd896c10c1608e72d (diff) | |
blackfin: serial: bfin-uart: remove unused field
Remove unused field for hardware flow control.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
| -rw-r--r-- | arch/blackfin/include/asm/bfin_serial.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/blackfin/include/asm/bfin_serial.h b/arch/blackfin/include/asm/bfin_serial.h index ecacdf34768..68bcc3d119b 100644 --- a/arch/blackfin/include/asm/bfin_serial.h +++ b/arch/blackfin/include/asm/bfin_serial.h | |||
| @@ -51,9 +51,6 @@ struct bfin_serial_port { | |||
| 51 | #elif ANOMALY_05000363 | 51 | #elif ANOMALY_05000363 |
| 52 | unsigned int anomaly_threshold; | 52 | unsigned int anomaly_threshold; |
| 53 | #endif | 53 | #endif |
| 54 | #ifdef CONFIG_SERIAL_BFIN_HARD_CTSRTS | ||
| 55 | int scts; | ||
| 56 | #endif | ||
| 57 | #if defined(CONFIG_SERIAL_BFIN_CTSRTS) || \ | 54 | #if defined(CONFIG_SERIAL_BFIN_CTSRTS) || \ |
| 58 | defined(CONFIG_SERIAL_BFIN_HARD_CTSRTS) | 55 | defined(CONFIG_SERIAL_BFIN_HARD_CTSRTS) |
| 59 | int cts_pin; | 56 | int cts_pin; |
