From: Clemens Ladisch Date: Sun, 18 Mar 2012 18:02:26 +0000 (+0100) Subject: firewire: ohci: remove unused excess_bytes field X-Git-Tag: master-2012-04-09~96^2~5 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=b9b5bbfda61c1d202dd943dddca8cdf617863fb9;p=~andy%2Flinux 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 Signed-off-by: Stefan Richter --- diff --git a/drivers/firewire/ohci.c b/drivers/firewire/ohci.c index 74ff1a8f4fc..588a72892ff 100644 --- a/drivers/firewire/ohci.c +++ b/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;