diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2012-03-18 14:02:26 -0400 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2012-03-18 17:15:38 -0400 |
commit | b9b5bbfda61c1d202dd943dddca8cdf617863fb9 (patch) | |
tree | 7cb0d071f63e38fadebb59a4ed6b7923d1abd1a6 /drivers/firewire | |
parent | 32c507f7b73d74c00caae6bbbd539f368be5d108 (diff) |
firewire: ohci: remove unused excess_bytes field
Commit 6498ba04aee6 (remove unused dualbuffer IR code) overlooked
a field in struct iso_context.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
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 | ||