we don't need to pass hc_driver from xhci-pci anymore, so that field is now useless. Signed-off-by: Felipe Balbi <balbi@xxxxxx> --- drivers/usb/host/xhci.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h index 9702c71d..a0e63bf 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h @@ -41,7 +41,6 @@ #define MAX_HC_PORTS 127 struct xhci_platform_data { - const struct hc_driver *driver; unsigned int limit_active_eps; unsigned int quirks; }; -- 1.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html