usb_hcd_pci_remove
EXPORT_SYMBOL_GPL(usb_hcd_pci_remove);
usb_hcd_pci_remove(pdev);
.remove = usb_hcd_pci_remove,
.remove = usb_hcd_pci_remove,
usb_hcd_pci_remove(dev);
usb_hcd_pci_remove(dev);
extern void usb_hcd_pci_remove(struct pci_dev *dev);