]> git.baikalelectronics.ru Git - kernel.git/commit
USB: xhci: make xhci_get_endpoint_address static
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Sep 2022 13:47:44 +0000 (15:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Sep 2022 11:08:12 +0000 (13:08 +0200)
commit3f980c49178580e56bd487b9966b2803cd065298
tree052c098ef57f8fe732060bc8b0174c15a8d28f6d
parent7bf83ddd6ad4062e4a8eba3a25a3c5abb663b205
USB: xhci: make xhci_get_endpoint_address static

This is only called in the xhci.c file, so make the symbol static.

Cc: Mathias Nyman <mathias.nyman@intel.com>
Link: https://lore.kernel.org/r/20220901134744.2039891-1-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci.c
drivers/usb/host/xhci.h