aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin/mach-bf533/bfin_serial_5xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-blackfin/mach-bf533/bfin_serial_5xx.h')
-rw-r--r--include/asm-blackfin/mach-bf533/bfin_serial_5xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-blackfin/mach-bf533/bfin_serial_5xx.h b/include/asm-blackfin/mach-bf533/bfin_serial_5xx.h
index a1b4f4eebd0..b6f513bee56 100644
--- a/include/asm-blackfin/mach-bf533/bfin_serial_5xx.h
+++ b/include/asm-blackfin/mach-bf533/bfin_serial_5xx.h
@@ -56,12 +56,12 @@ struct bfin_serial_port {
56 unsigned int rx_dma_channel; 56 unsigned int rx_dma_channel;
57 struct work_struct tx_dma_workqueue; 57 struct work_struct tx_dma_workqueue;
58#else 58#else
59 struct work_struct cts_workqueue;
60# if ANOMALY_05000230 59# if ANOMALY_05000230
61 unsigned int anomaly_threshold; 60 unsigned int anomaly_threshold;
62# endif 61# endif
63#endif 62#endif
64#ifdef CONFIG_SERIAL_BFIN_CTSRTS 63#ifdef CONFIG_SERIAL_BFIN_CTSRTS
64 struct work_struct cts_workqueue;
65 int cts_pin; 65 int cts_pin;
66 int rts_pin; 66 int rts_pin;
67#endif 67#endif