]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-blackfin/mach-bf561/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-bf561 / bfin_serial_5xx.h
index 30d90b580f186cfed41520d3351dc47310eaca8d..8aa02780e642ccde6deee3e79b4fe401d481902d 100644 (file)
@@ -88,7 +88,7 @@ struct bfin_serial_port {
 # endif
 #endif
 #ifdef CONFIG_SERIAL_BFIN_CTSRTS
-       struct work_struct      cts_workqueue;
+       struct timer_list       cts_timer;
        int                     cts_pin;
        int                     rts_pin;
 #endif