diff options
author | Arvid Brodin <arvid.brodin@enea.com> | 2011-02-26 16:05:26 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-02-28 22:23:37 -0500 |
commit | bbaa387674b65a2f784631cc4c87c77ec9d3374e (patch) | |
tree | 545540742b6c8928acadadec905309924dbe58cf /drivers/usb/host/isp1760-hcd.h | |
parent | a041d8e4375ee6d78409a721221878dcad5eff8a (diff) |
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 { | |||
107 | #define PAYLOAD_OFFSET 0x1000 | 107 | #define PAYLOAD_OFFSET 0x1000 |
108 | 108 | ||
109 | struct inter_packet_info { | 109 | struct inter_packet_info { |
110 | void *data_buffer; | ||
111 | #define PTD_FIRE_NEXT (1 << 0) | 110 | #define PTD_FIRE_NEXT (1 << 0) |
112 | #define PTD_URB_FINISHED (1 << 1) | 111 | #define PTD_URB_FINISHED (1 << 1) |
113 | struct isp1760_qh *qh; | 112 | struct isp1760_qh *qh; |