commit | 2611bd189ee8cb6761393aec90d699015d9c5e9f | [log] [tgz] |
---|---|---|
author | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Thu Oct 25 13:27:51 2012 -0700 |
committer | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Mon Nov 12 11:44:25 2012 -0800 |
tree | 7340d549e06d269f3255bf44ab15bd4d1234ed79 | |
parent | 2f02bc8af3abb846823811af65ec6cc46a4d525d [diff] |
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>