提交 3343c1d4 编写于 作者: M Michael Hennerich 提交者: Bryan Wu

Blackfin arch: Fix BUG: anomaly_threshold is used with ANOMALY_05000363

Signed-off-by: NMichael Hennerich <michael.hennerich@analog.com>
Signed-off-by: NBryan Wu <cooloney@kernel.org>
上级 bfd15117
...@@ -83,7 +83,7 @@ struct bfin_serial_port { ...@@ -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 { ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册