]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-blackfin/mach-bf533/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-bf533 / bfin_serial_5xx.h
index e924569ad1d8a668ba17685bb1b0ffa9b8b1f85a..ebf592b59aab4b88a1d790f013f86535d55ccfeb 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