]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-blackfin/mach-bf537/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-bf537 / bfin_serial_5xx.h
index 41d7b6490bb11b608303faa85a5ea6cdd439633f..1bf56ffa22f946236dfcfad9d14b27db6e26d090 100644 (file)
@@ -96,7 +96,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