xhci: Avoid global symbol pollution with handshake.
authorSarah Sharp <sarah.a.sharp@linux.intel.com>
Thu, 25 Oct 2012 20:27:51 +0000 (13:27 -0700)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Mon, 12 Nov 2012 19:44:25 +0000 (11:44 -0800)
commit2611bd189ee8cb6761393aec90d699015d9c5e9f
tree7340d549e06d269f3255bf44ab15bd4d1234ed79
parent2f02bc8af3abb846823811af65ec6cc46a4d525d
xhci: Avoid global symbol pollution with handshake.

Non-static xHCI driver symbols should start with the "xhci_" prefix, in
order to avoid namespace pollution.  Rename the "handshake" function to
"xhci_handshake".

Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Reported-by: Ben Hutchings <ben@decadent.org.uk>
drivers/usb/host/xhci-ring.c
drivers/usb/host/xhci.c
drivers/usb/host/xhci.h