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 bce85055019a..f6e5d44c06b6 100644 --- a/drivers/usb/host/ehci-mxc.c +++ b/drivers/usb/host/ehci-mxc.c | |||
@@ -100,6 +100,7 @@ static const struct hc_driver ehci_mxc_hc_driver = { | |||
100 | .urb_enqueue = ehci_urb_enqueue, | 100 | .urb_enqueue = ehci_urb_enqueue, |
101 | .urb_dequeue = ehci_urb_dequeue, | 101 | .urb_dequeue = ehci_urb_dequeue, |
102 | .endpoint_disable = ehci_endpoint_disable, | 102 | .endpoint_disable = ehci_endpoint_disable, |
103 | .endpoint_reset = ehci_endpoint_reset, | ||
103 | 104 | ||
104 | /* | 105 | /* |
105 | * scheduling support | 106 | * scheduling support |
@@ -115,6 +116,8 @@ static const struct hc_driver ehci_mxc_hc_driver = { | |||
115 | .bus_resume = ehci_bus_resume, | 116 | .bus_resume = ehci_bus_resume, |
116 | .relinquish_port = ehci_relinquish_port, | 117 | .relinquish_port = ehci_relinquish_port, |
117 | .port_handed_over = ehci_port_handed_over, | 118 | .port_handed_over = ehci_port_handed_over, |
119 | |||
120 | .clear_tt_buffer_complete = ehci_clear_tt_buffer_complete, | ||
118 | }; | 121 | }; |
119 | 122 | ||
120 | static int ehci_mxc_drv_probe(struct platform_device *pdev) | 123 | static int ehci_mxc_drv_probe(struct platform_device *pdev) |