USB: EHCI: use the new clear_tt_buffer interface
[pandora-kernel.git] / drivers / usb / host / ehci-ppc-of.c
index fbd2722..36f96da 100644 (file)
@@ -79,6 +79,8 @@ static const struct hc_driver ehci_ppc_of_hc_driver = {
 #endif
        .relinquish_port        = ehci_relinquish_port,
        .port_handed_over       = ehci_port_handed_over,
+
+       .clear_tt_buffer_complete       = ehci_clear_tt_buffer_complete,
 };