diff options
Diffstat (limited to 'drivers/firewire')
-rw-r--r-- | drivers/firewire/ohci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/firewire/ohci.c b/drivers/firewire/ohci.c index 74ff1a8f4fcb..588a72892ff1 100644 --- a/drivers/firewire/ohci.c +++ b/drivers/firewire/ohci.c | |||
@@ -170,7 +170,6 @@ struct context { | |||
170 | struct iso_context { | 170 | struct iso_context { |
171 | struct fw_iso_context base; | 171 | struct fw_iso_context base; |
172 | struct context context; | 172 | struct context context; |
173 | int excess_bytes; | ||
174 | void *header; | 173 | void *header; |
175 | size_t header_length; | 174 | size_t header_length; |
176 | 175 | ||