USB: remove the usb_host_ss_ep_comp structure
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 30 Apr 2010 16:44:46 +0000 (12:44 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 May 2010 20:21:40 +0000 (13:21 -0700)
commit842f16905dfc6743c1dd80c3d29b49ba3ab7f7c8
tree2d193389359d78580b1652325bb83e57a59e77fa
parent3b02ca3218cf878e206545041aa811073e4f6c79
USB: remove the usb_host_ss_ep_comp structure

This patch (as1375) eliminates the usb_host_ss_ep_comp structure used
for storing a dynamically-allocated copy of the SuperSpeed endpoint
companion descriptor.  The SuperSpeed descriptor is placed directly in
the usb_host_endpoint structure, alongside the standard endpoint
descriptor.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/config.c
drivers/usb/host/xhci-mem.c
drivers/usb/host/xhci.c
include/linux/usb.h