]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
usb: xhci: Make some static functions global
authorLu Baolu <baolu.lu@linux.intel.com>
Fri, 2 Mar 2018 19:42:02 +0000 (14:42 -0500)
committerSeth Forshee <seth.forshee@canonical.com>
Wed, 7 Mar 2018 14:06:50 +0000 (15:06 +0100)
commit45347807460e335983e5a50552c1c6b35a23403b
tree691a4a78bb6657ebd982ec3bc652a501163e1eaa
parent40a57650b59e3ae74d5407183d3ea4c24e541c4f
usb: xhci: Make some static functions global

BugLink: http://bugs.launchpad.net/bugs/1730832
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>
(cherry picked from commit 67d2ea9fde2aa96f36af0537e4004efb123319fb)
Signed-off-by: Joseph Salisbury <joseph.salisbury@canonical.com>
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
drivers/usb/host/xhci-mem.c
drivers/usb/host/xhci-ring.c
drivers/usb/host/xhci.h