aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin/mach-bf548/bfin_serial_5xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-blackfin/mach-bf548/bfin_serial_5xx.h')
-rw-r--r--include/asm-blackfin/mach-bf548/bfin_serial_5xx.h3
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