mirror of https://gitee.com/openkylin/linux.git
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:
parent
32c507f7b7
commit
b9b5bbfda6
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue