aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/usb/pci_xhci/pci_xhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/usb/pci_xhci/pci_xhci.c')
-rw-r--r--src/drivers/usb/pci_xhci/pci_xhci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/usb/pci_xhci/pci_xhci.c b/src/drivers/usb/pci_xhci/pci_xhci.c
index a375f07a8d..6a56ca2293 100644
--- a/src/drivers/usb/pci_xhci/pci_xhci.c
+++ b/src/drivers/usb/pci_xhci/pci_xhci.c
@@ -24,7 +24,6 @@ __weak enum cb_err pci_xhci_get_wake_gpe(const struct device *dev, int *gpe)
return CB_SUCCESS;
}
-
static void xhci_count_ports(void *context, const struct xhci_supported_protocol *data)
{
struct port_counts *counts = context;