Hi Alan, I noticed when testing Arnd's patch that I get an unused function warning: drivers/usb/host/ehci-q.c:1320:13: warning: ‘unlink_empty_async_suspended’ defined but not used [-Wunused-function] It looks like this function is called from ehci-hub.c:ehci_bus_suspend() which is wrapped in a #ifdef CONFIG_PM. I guess the forward decl in ehci-hcd.c: static void unlink_empty_async_suspended(struct ehci_hcd *ehci) and the actual function in ehci-q.c need to be wrapped in a #ifdef CONFIG_PM as well. Let me know if you want me to send a patch for this. Regards Tony P -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html