fabbd95cc4
Move functions to setup msi from xhci.c to xhci-pci.c to decouple PCI specific code from generic xhci code. No functional changes, functions are an exact copy [commit message rewording -Mathias] Signed-off-by: Josue David Hernandez Gutierrez <josue.d.hernandez.gutierrez@intel.com> Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Link: https://lore.kernel.org/r/20230317154715.535523-11-mathias.nyman@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16 lines
326 B
C
16 lines
326 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* xHCI host controller driver
|
|
*
|
|
* Copyright (C) 2013 Xenia Ragiadakou
|
|
*
|
|
* Author: Xenia Ragiadakou
|
|
* Email : burzalodowa@gmail.com
|
|
*/
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include "xhci-trace.h"
|
|
|
|
EXPORT_TRACEPOINT_SYMBOL_GPL(xhci_dbg_quirks);
|
|
EXPORT_TRACEPOINT_SYMBOL_GPL(xhci_dbg_init);
|