USB: EHCI: export ehci_handshake for ehci-hcd sub-drivers
authorManjunath Goudar <manjunath.goudar@linaro.org>
Thu, 13 Jun 2013 17:24:09 +0000 (11:24 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Jun 2013 20:54:47 +0000 (13:54 -0700)
commit2f3a6b86528994027c8241f9666f0fbcf3d3130b
tree2c54e707c62b564561a802d631f8f869a84477a4
parent587376a15aab0673b09ec302e6fddb271862599f
USB: EHCI: export ehci_handshake for ehci-hcd sub-drivers

In order to split ehci-hcd.c into separate modules, handshake() must be
exported. Rename the symbol to add an ehci_ prefix, to avoid any naming
clashes.

Signed-off-by: Manjunath Goudar <manjunath.goudar@linaro.org>
[swarren, split Manjunath's patches more logically, limit this change
to export just handshake()]
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Tested-by: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ehci-hub.c
drivers/usb/host/ehci-tegra.c
drivers/usb/host/ehci.h
This page took 0.026514 seconds and 5 git commands to generate.