[PATCH] libata: convert pio_task and packet_task to port_task
authorTejun Heo <htejun@gmail.com>
Sun, 5 Mar 2006 06:29:09 +0000 (15:29 +0900)
committerJeff Garzik <jeff@garzik.org>
Sat, 11 Mar 2006 22:57:20 +0000 (17:57 -0500)
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 <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found