summaryrefslogtreecommitdiff
path: root/drivers/usb/host/isp1760-hcd.h
diff options
context:
space:
mode:
authorArvid Brodin <arvid.brodin@enea.com>2011-02-26 21:05:26 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-01 03:23:37 (GMT)
commitbbaa387674b65a2f784631cc4c87c77ec9d3374e (patch)
tree545540742b6c8928acadadec905309924dbe58cf /drivers/usb/host/isp1760-hcd.h
parenta041d8e4375ee6d78409a721221878dcad5eff8a (diff)
downloadlinux-bbaa387674b65a2f784631cc4c87c77ec9d3374e.tar.xz
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/isp1760-hcd.h b/drivers/usb/host/isp1760-hcd.h
index 587adba..aadd77b 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;