commit | 23e3be113f42790736319c049c78e5f9a4394c02 | [log] [tgz] |
---|---|---|
author | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Wed Apr 29 19:05:20 2009 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jun 15 21:44:50 2009 -0700 |
tree | bdbc5fe6350d60202ed04e70a756cade8c92c596 | |
parent | 06e7a1487b61e1ae909c4a4c264b4428c55beb7e [diff] |
USB: xhci: Avoid global namespace pollution. Make all globally visible functions start with xhci_ and mark functions as static if they're only called within the same C file. Fix some long lines while we're at it. Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>