dect
/
linux-2.6
Archived
13
0
Fork 0

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;
struct work_struct tx_dma_workqueue;
#else
# if ANOMALY_05000230
# if ANOMALY_05000363
unsigned int anomaly_threshold;
# endif
#endif

View File

@ -83,7 +83,7 @@ struct bfin_serial_port {
unsigned int rx_dma_channel;
struct work_struct tx_dma_workqueue;
#else
# if ANOMALY_05000230
# if ANOMALY_05000363
unsigned int anomaly_threshold;
# endif
#endif