diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2008-02-02 01:29:25 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-02-02 01:29:25 -0500 |
commit | 4cb4f22b19237e63c460c53fbd1c417cdaf63014 (patch) | |
tree | 6c5f6630af999a1e45241f6e8ee8e262d815a2c1 /include/asm-blackfin/mach-bf548 | |
parent | 095455682e29dbbc9f93ad83db459df524524992 (diff) |
[Blackfin] serial driver: Fix bug Poll RTS/CTS status in DMA mode as well
https://blackfin.uclinux.org/gf/project/uclinux-dist/tracker/?action=TrackerItemEdit&tracker_item_id=3858
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'include/asm-blackfin/mach-bf548')
-rw-r--r-- | include/asm-blackfin/mach-bf548/bfin_serial_5xx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-blackfin/mach-bf548/bfin_serial_5xx.h b/include/asm-blackfin/mach-bf548/bfin_serial_5xx.h index 8733d47747e5..c459c4846469 100644 --- a/include/asm-blackfin/mach-bf548/bfin_serial_5xx.h +++ b/include/asm-blackfin/mach-bf548/bfin_serial_5xx.h | |||
@@ -69,10 +69,9 @@ struct bfin_serial_port { | |||
69 | unsigned int tx_dma_channel; | 69 | unsigned int tx_dma_channel; |
70 | unsigned int rx_dma_channel; | 70 | unsigned int rx_dma_channel; |
71 | struct work_struct tx_dma_workqueue; | 71 | struct work_struct tx_dma_workqueue; |
72 | #else | ||
73 | struct work_struct cts_workqueue; | ||
74 | #endif | 72 | #endif |
75 | #ifdef CONFIG_SERIAL_BFIN_CTSRTS | 73 | #ifdef CONFIG_SERIAL_BFIN_CTSRTS |
74 | struct work_struct cts_workqueue; | ||
76 | int cts_pin; | 75 | int cts_pin; |
77 | int rts_pin; | 76 | int rts_pin; |
78 | #endif | 77 | #endif |