Browse Source

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>
Clemens Ladisch 13 years ago
parent
commit
b9b5bbfda6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/firewire/ohci.c

+ 0 - 1
drivers/firewire/ohci.c

@@ -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;