Move source tree closer to the 2.6.32.17 mainline
/drivers/usb/host/ehci-mem.c
blob:aeda96e0af67bd6eb43b3b607e2c7a3817da8c5d -> blob:1f3f01eacaf09cecb88af40187910465cb49b0f3
--- drivers/usb/host/ehci-mem.c
+++ drivers/usb/host/ehci-mem.c
@@ -136,7 +136,7 @@ static inline void qh_put (struct ehci_q
static void ehci_mem_cleanup (struct ehci_hcd *ehci)
{
- free_cached_itd_list(ehci);
+ free_cached_lists(ehci);
if (ehci->async)
qh_put (ehci->async);
ehci->async = NULL;