From: Tejun Heo Date: Sat, 20 Jan 2007 07:00:26 +0000 (+0900) Subject: libata: implement ata_host_detach() X-Git-Tag: v2.6.21-rc1~274^2~507 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0529c159dbdd79794796c1b50b39442d72efbe97;p=pandora-kernel.git libata: implement ata_host_detach() Implement ata_host_detach() which calls ata_port_detach() for each port in the host and export it. ata_port_detach() is now internal and thus un-exported. ata_host_detach() will be used as the 'deregister from libata layer' function after devres conversion. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed