[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)
commit8061f5f0a04cfd2bc7aa273596ad3fcd426f8eea
treee0d9355eeb2caf99841c7692b8ad2770be0b5ea6
parent86e45b6bd6900c4a0b3666fb18b46e215f775c4f
[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 <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/scsi/libata-core.c