This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / usb / host / ehci-mem.c
index e81f61c..beee4d9 100644 (file)
@@ -50,6 +50,11 @@ static struct usb_hcd *ehci_hcd_alloc (void)
        return NULL;
 }
 
+static void ehci_hcd_free (struct usb_hcd *hcd)
+{
+       kfree (hcd_to_ehci (hcd));
+}
+
 /*-------------------------------------------------------------------------*/
 
 /* Allocate the key transfer structures from the previously allocated pool */