usb: Change usb_hcd->bandwidth_mutex to a pointer.
authorSarah Sharp <sarah.a.sharp@linux.intel.com>
Fri, 15 Oct 2010 15:55:24 +0000 (08:55 -0700)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Mon, 14 Mar 2011 01:07:14 +0000 (18:07 -0700)
Change the bandwith_mutex in struct usb_hcd to a pointer.  This will allow
the pointer to be shared across usb_hcds for the upcoming work to split
the xHCI driver roothub into a USB 2.0/1.1 and a USB 3.0 bus.

Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>

No differences found