From: Tejun Heo Date: Sun, 5 Mar 2006 06:29:09 +0000 (+0900) Subject: [PATCH] libata: convert pio_task and packet_task to port_task X-Git-Tag: v2.6.17-rc1~1182^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8061f5f0a04cfd2bc7aa273596ad3fcd426f8eea;p=pandora-kernel.git [PATCH] libata: convert pio_task and packet_task to port_task Make pio_task and atapi_packet_task use port_task. atapi_packet_task() is moved upward such that it's right after ata_pio_task(). This position is more natural and makes adding prototype for ata_qc_issue_prot() unnecessary. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed