diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2007-05-08 03:36:55 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 14:15:25 -0400 |
commit | 6a0aa67b177a3d84f789f7f19c523d8c5e8bb5f8 (patch) | |
tree | 732df5be0bca62d5a24636aed189a69a822058de /include | |
parent | 3991428d9efc7185312196f82cc36e9df4a2ddb0 (diff) |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/cyclades.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/cyclades.h b/include/linux/cyclades.h index cdd77398030c..07791f026766 100644 --- a/include/linux/cyclades.h +++ b/include/linux/cyclades.h | |||
@@ -569,7 +569,6 @@ struct cyclades_port { | |||
569 | int close_delay; | 569 | int close_delay; |
570 | unsigned short closing_wait; | 570 | unsigned short closing_wait; |
571 | unsigned long event; | 571 | unsigned long event; |
572 | unsigned long last_active; | ||
573 | int count; /* # of fd on device */ | 572 | int count; /* # of fd on device */ |
574 | int breakon; | 573 | int breakon; |
575 | int breakoff; | 574 | int breakoff; |
@@ -580,7 +579,6 @@ struct cyclades_port { | |||
580 | int xmit_cnt; | 579 | int xmit_cnt; |
581 | int default_threshold; | 580 | int default_threshold; |
582 | int default_timeout; | 581 | int default_timeout; |
583 | unsigned long jiffies[3]; | ||
584 | unsigned long rflush_count; | 582 | unsigned long rflush_count; |
585 | struct cyclades_monitor mon; | 583 | struct cyclades_monitor mon; |
586 | struct cyclades_idle_stats idle_stats; | 584 | struct cyclades_idle_stats idle_stats; |