diff options
author | Arvid Brodin <arvid.brodin@enea.com> | 2011-02-26 22:05:26 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-02-28 19:23:37 -0800 |
commit | bbaa387674b65a2f784631cc4c87c77ec9d3374e (patch) | |
tree | 545540742b6c8928acadadec905309924dbe58cf /drivers/usb/host/isp1760-hcd.h | |
parent | a041d8e4375ee6d78409a721221878dcad5eff8a (diff) | |
download | talos-op-linux-bbaa387674b65a2f784631cc4c87c77ec9d3374e.tar.gz talos-op-linux-bbaa387674b65a2f784631cc4c87c77ec9d3374e.zip |
usb/isp1760: Remove redundant "data_buffer" member from struct inter_packet_info
Signed-off-by: Arvid Brodin <arvid.brodin@enea.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/isp1760-hcd.h')
-rw-r--r-- | drivers/usb/host/isp1760-hcd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/isp1760-hcd.h b/drivers/usb/host/isp1760-hcd.h index 587adbaa111a..aadd77bc271c 100644 --- a/drivers/usb/host/isp1760-hcd.h +++ b/drivers/usb/host/isp1760-hcd.h @@ -107,7 +107,6 @@ struct ptd { #define PAYLOAD_OFFSET 0x1000 struct inter_packet_info { - void *data_buffer; #define PTD_FIRE_NEXT (1 << 0) #define PTD_URB_FINISHED (1 << 1) struct isp1760_qh *qh; |