Platform layer callback for device removal
int ata_platform_remove_one(struct platform_device * pdev);
pdev
Platform device that was removed
Platform 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 platform layer (may sleep).
Jeff Garzik
Author.