X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=drivers%2Fchar%2Friscom8.h;h=c9876b3f97140adea677652dc6a8da51fb54dfd7;hp=9cc1313d5e67934deb7819d31d8a26bf3ff71bdb;hb=474ffb74c75ea9845860ffb24cdc127eda0d5657;hpb=95b00786f3b8fa99f53931361beeb4c10504ad87 diff --git a/drivers/char/riscom8.h b/drivers/char/riscom8.h index 9cc1313d5e67..c9876b3f9714 100644 --- a/drivers/char/riscom8.h +++ b/drivers/char/riscom8.h @@ -66,26 +66,15 @@ struct riscom_board { struct riscom_port { int magic; + struct tty_port port; int baud_base; - int flags; - struct tty_struct * tty; - int count; - int blocked_open; - unsigned long event; /* long req'd for set_bit --RR */ int timeout; - int close_delay; - unsigned char * xmit_buf; int custom_divisor; int xmit_head; int xmit_tail; int xmit_cnt; - wait_queue_head_t open_wait; - wait_queue_head_t close_wait; - struct work_struct tqueue; - struct work_struct tqueue_hangup; short wakeup_chars; short break_length; - unsigned short closing_wait; unsigned char mark_mask; unsigned char IER; unsigned char MSVR;