Char: cyclades, remove unused timestamps

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Jiri Slaby
2007-05-08 00:36:55 -07:00
committed by Linus Torvalds
parent 3991428d9e
commit 6a0aa67b17
2 changed files with 0 additions and 14 deletions

View File

@ -569,7 +569,6 @@ struct cyclades_port {
int close_delay;
unsigned short closing_wait;
unsigned long event;
unsigned long last_active;
int count; /* # of fd on device */
int breakon;
int breakoff;
@ -580,7 +579,6 @@ struct cyclades_port {
int xmit_cnt;
int default_threshold;
int default_timeout;
unsigned long jiffies[3];
unsigned long rflush_count;
struct cyclades_monitor mon;
struct cyclades_idle_stats idle_stats;