]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit188c88d5943fe5e8120278f6ba1e1d6fd284505d
tree73192ffb1334abf40a62f87e94f870801fc1f629
parent0296d6dcde49f0249a2e009476815bb27ea0ef58
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>
drivers/usb/core/hcd.c
drivers/usb/host/imx21-hcd.c
drivers/usb/musb/musb_host.c
include/linux/usb/hcd.h