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)
commitd017aeaf844db21e8e7b22d79de229b746359f3b
tree052c098ef57f8fe732060bc8b0174c15a8d28f6d
parentf3d478858bec4f5dbba410f9b1db1b2505344188
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