commit | c8cf203a1d228fa001b95534f639ffb7a23d5386 | [log] [tgz] |
---|---|---|
author | Robert Morell <rmorell@nvidia.com> | Wed Jan 26 19:06:47 2011 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Feb 04 11:48:18 2011 -0800 |
tree | 73192ffb1334abf40a62f87e94f870801fc1f629 | |
parent | d25bc4db723a44c097268b466ff74bfba4bcc4f3 [diff] |
USB: HCD: Add usb_hcd prefix to exported functions 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>