Pci layer callback for device removal
void ata_pci_remove_one(struct pci_dev * pdev);
pdev
PCI device that was removed
PCI layer indicates to libata via this hook that hot-unplug or module unload event has occurred. Detach all ports. Resource release is handled via devres.
Inherited from PCI layer (may sleep).
Jeff Garzik
Author.