aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/crisv10.h
diff options
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2013-03-07 13:12:37 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-18 16:26:25 -0700
commit82c3b87b7e0153c5a05ac994cd5586df41264cb6 (patch)
tree3f5c89c11255bdeca39dafe5864c157d6630d8b6 /drivers/tty/serial/crisv10.h
parentcrisv10: stop returning info from handle_ser_rx_interrupt (diff)
downloadlinux-dev-82c3b87b7e0153c5a05ac994cd5586df41264cb6.tar.xz
linux-dev-82c3b87b7e0153c5a05ac994cd5586df41264cb6.zip
crisv10: remove unused members
Well, all those are unused. They were perhaps copied from generic serial structure ages ago. Remove them for good. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/crisv10.h')
-rw-r--r--drivers/tty/serial/crisv10.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/tty/serial/crisv10.h b/drivers/tty/serial/crisv10.h
index 7146ed29d508..59f70c4cc860 100644
--- a/drivers/tty/serial/crisv10.h
+++ b/drivers/tty/serial/crisv10.h
@@ -86,15 +86,10 @@ struct e100_serial {
volatile int tr_running; /* 1 if output is running */
- struct tty_struct *tty;
- int read_status_mask;
- int ignore_status_mask;
int x_char; /* xon/xoff character */
int close_delay;
unsigned short closing_wait;
- unsigned short closing_wait2;
unsigned long event;
- unsigned long last_active;
int line;
int type; /* PORT_ETRAX */
int count; /* # of fd on device */
@@ -108,7 +103,6 @@ struct e100_serial {
struct work_struct work;
struct async_icount icount; /* error-statistics etc.*/
struct ktermios normal_termios;
- struct ktermios callout_termios;
wait_queue_head_t open_wait;
wait_queue_head_t close_wait;