USB: HCD: Add usb_hcd prefix to exported functions
authorRobert Morell <rmorell@nvidia.com>
Thu, 27 Jan 2011 03:06:47 +0000 (19:06 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 4 Feb 2011 19:48:18 +0000 (11:48 -0800)
The convention is to prefix symbols exported from the USB HCD core with
"usb_hcd".  This change makes unmap_urb_setup_for_dma() and
unmap_urb_for_dma() consistent with that.

Signed-off-by: Robert Morell <rmorell@nvidia.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found