]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8306f6a718a208150b507d1f06820e8e2e20ff1a
tree9f9bedbd1be279a1fb8ab14721db07ff80547a76
parent18ee2b5101e9c4535da70db2599eb2c24cd1d1af
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