aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/host/xhci-trace.c
diff options
context:
space:
mode:
authorAndrew Bresticker <abrestic@chromium.org>2014-10-03 11:35:28 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-10-03 14:44:45 -0700
commit436e8c7d457ff4ca89beca20cf54f5884de6af61 (patch)
tree403a3fa82f20ccbd3fcc30064cb0959a254ea707 /drivers/usb/host/xhci-trace.c
parentxhci: Check for XHCI_COMP_MODE_QUIRK when disabling D3cold (diff)
downloadwireguard-linux-436e8c7d457ff4ca89beca20cf54f5884de6af61.tar.xz
wireguard-linux-436e8c7d457ff4ca89beca20cf54f5884de6af61.zip
xhci: Export symbols used by host-controller drivers
In preparation for allowing the xHCI host controller drivers to be built as separate modules, export symbols from the xHCI core that may be used by the host controller drivers. Signed-off-by: Andrew Bresticker <abrestic@chromium.org> Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/xhci-trace.c')
-rw-r--r--drivers/usb/host/xhci-trace.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/host/xhci-trace.c b/drivers/usb/host/xhci-trace.c
index 7cf30c83dcf3..367b630bdb3c 100644
--- a/drivers/usb/host/xhci-trace.c
+++ b/drivers/usb/host/xhci-trace.c
@@ -13,3 +13,5 @@
#define CREATE_TRACE_POINTS
#include "xhci-trace.h"
+
+EXPORT_TRACEPOINT_SYMBOL_GPL(xhci_dbg_quirks);