From: Sarah Sharp Date: Thu, 30 Apr 2009 02:05:20 +0000 (-0700) Subject: USB: xhci: Avoid global namespace pollution. X-Git-Tag: v2.6.31-rc1~304^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23e3be113f42790736319c049c78e5f9a4394c02;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed