dect
/
linux-2.6
Archived
13
0
Fork 0

firewire: ohci: remove unused excess_bytes field

Commit 6498ba04ae (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>
This commit is contained in:
Clemens Ladisch 2012-03-18 19:02:26 +01:00 committed by Stefan Richter
parent 32c507f7b7
commit b9b5bbfda6
1 changed files with 0 additions and 1 deletions

View File

@ -170,7 +170,6 @@ struct context {
struct iso_context {
struct fw_iso_context base;
struct context context;
int excess_bytes;
void *header;
size_t header_length;