]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Blackfin arch: Fix BUG: anomaly_threshold is used with ANOMALY_05000363
authorMichael Hennerich <michael.hennerich@analog.com>
Thu, 9 Oct 2008 03:11:11 +0000 (11:11 +0800)
committerBryan Wu <cooloney@kernel.org>
Thu, 9 Oct 2008 03:11:11 +0000 (11:11 +0800)
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/mach-bf533/include/mach/bfin_serial_5xx.h
arch/blackfin/mach-bf561/include/mach/bfin_serial_5xx.h

index ebf592b59aab4b88a1d790f013f86535d55ccfeb..993464ee93c34805304f5366f277db4d90b45128 100644 (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
index 8aa02780e642ccde6deee3e79b4fe401d481902d..8552a67654c869535ec34483d1615f348b83f2f1 100644 (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