USB: xhci: mark local functions as static
authorDmitry Torokhov <dtor@vmware.com>
Tue, 8 Feb 2011 21:55:59 +0000 (13:55 -0800)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Wed, 23 Feb 2011 01:12:58 +0000 (17:12 -0800)
commit8212a49d1c1e53ad2bc3176b983a2483b48fd989
tree9f9bedbd1be279a1fb8ab14721db07ff80547a76
parentc50a00f8feba42c5bccff47e052e4cb0c95dcd2b
USB: xhci: mark local functions as static

Functions that are not used outsde of the module they are defined
should be marked as static.

Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
drivers/usb/host/xhci-dbg.c
drivers/usb/host/xhci-mem.c
drivers/usb/host/xhci.c