]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: xhci: Make some static functions global
authorLu Baolu <baolu.lu@linux.intel.com>
Fri, 8 Dec 2017 15:59:09 +0000 (17:59 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Dec 2017 16:43:52 +0000 (17:43 +0100)
commit67d2ea9fde2aa96f36af0537e4004efb123319fb
treeaa57c5e726374a0879a6fb593ecf08aaf0b8a97c
parent103afda0e6ac58927bc85dc5a7ebc0f51892f407
usb: xhci: Make some static functions global

This patch makes some static functions global to avoid duplications
in different files. These functions can be used in the implementation
of xHCI debug capability. There is no functional change.

Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-mem.c
drivers/usb/host/xhci-ring.c
drivers/usb/host/xhci.h