diff options
Diffstat (limited to 'drivers/usb/host/ehci-mxc.c')
-rw-r--r-- | drivers/usb/host/ehci-mxc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-mxc.c b/drivers/usb/host/ehci-mxc.c index ac9c4d7c44af..802fcf6f8839 100644 --- a/drivers/usb/host/ehci-mxc.c +++ b/drivers/usb/host/ehci-mxc.c | |||
@@ -92,6 +92,7 @@ static const struct hc_driver ehci_mxc_hc_driver = { | |||
92 | .urb_enqueue = ehci_urb_enqueue, | 92 | .urb_enqueue = ehci_urb_enqueue, |
93 | .urb_dequeue = ehci_urb_dequeue, | 93 | .urb_dequeue = ehci_urb_dequeue, |
94 | .endpoint_disable = ehci_endpoint_disable, | 94 | .endpoint_disable = ehci_endpoint_disable, |
95 | .endpoint_reset = ehci_endpoint_reset, | ||
95 | 96 | ||
96 | /* | 97 | /* |
97 | * scheduling support | 98 | * scheduling support |
@@ -107,6 +108,8 @@ static const struct hc_driver ehci_mxc_hc_driver = { | |||
107 | .bus_resume = ehci_bus_resume, | 108 | .bus_resume = ehci_bus_resume, |
108 | .relinquish_port = ehci_relinquish_port, | 109 | .relinquish_port = ehci_relinquish_port, |
109 | .port_handed_over = ehci_port_handed_over, | 110 | .port_handed_over = ehci_port_handed_over, |
111 | |||
112 | .clear_tt_buffer_complete = ehci_clear_tt_buffer_complete, | ||
110 | }; | 113 | }; |
111 | 114 | ||
112 | static int ehci_mxc_drv_probe(struct platform_device *pdev) | 115 | static int ehci_mxc_drv_probe(struct platform_device *pdev) |