Blackfin arch: Fix BUG: anomaly_threshold is used with ANOMALY_05000363
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
committed by
Bryan Wu
parent
bfd15117ae
commit
3343c1d448
@@ -83,7 +83,7 @@ struct bfin_serial_port {
|
|||||||
unsigned int rx_dma_channel;
|
unsigned int rx_dma_channel;
|
||||||
struct work_struct tx_dma_workqueue;
|
struct work_struct tx_dma_workqueue;
|
||||||
#else
|
#else
|
||||||
# if ANOMALY_05000230
|
# if ANOMALY_05000363
|
||||||
unsigned int anomaly_threshold;
|
unsigned int anomaly_threshold;
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
@@ -83,7 +83,7 @@ struct bfin_serial_port {
|
|||||||
unsigned int rx_dma_channel;
|
unsigned int rx_dma_channel;
|
||||||
struct work_struct tx_dma_workqueue;
|
struct work_struct tx_dma_workqueue;
|
||||||
#else
|
#else
|
||||||
# if ANOMALY_05000230
|
# if ANOMALY_05000363
|
||||||
unsigned int anomaly_threshold;
|
unsigned int anomaly_threshold;
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user