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:
Michael Hennerich
2008-10-09 11:11:11 +08:00
committed by Bryan Wu
parent bfd15117ae
commit 3343c1d448
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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