]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-blackfin/mach-bf548/bfin_serial_5xx.h
Blackfin Serial Driver: Use timer to poll CTS PIN instead of workqueue.
[linux-2.6-omap-h63xx.git] / include / asm-blackfin / mach-bf548 / bfin_serial_5xx.h
index aabe5b92f11c5a249a9ebb2786a05fb6f5ad2624..5e29446a8e03dde1acbf65bcc136a8cb83f5f60a 100644 (file)
@@ -99,7 +99,7 @@ struct bfin_serial_port {
        struct work_struct      tx_dma_workqueue;
 #endif
 #ifdef CONFIG_SERIAL_BFIN_CTSRTS
-       struct work_struct      cts_workqueue;
+       struct timer_list       cts_timer;
        int             cts_pin;
        int             rts_pin;
 #endif