summaryrefslogtreecommitdiffstats
path: root/include/usb/xhci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb/xhci.h')
-rw-r--r--include/usb/xhci.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/usb/xhci.h b/include/usb/xhci.h
index 1a3138b132..b1ad0185b9 100644
--- a/include/usb/xhci.h
+++ b/include/usb/xhci.h
@@ -24,10 +24,4 @@
#ifndef __XHCI_HCD_H
#define __XHCI_HCD_H
-struct xhci_data {
- void __iomem *regs;
-};
-
-int xhci_register(struct device_d *dev, struct xhci_data *data);
-
#endif