[PATCH] libata: kill unused pio_task and packet_task

Kill unused pio_task and packet_task.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
Tejun Heo
2006-03-05 15:29:09 +09:00
committed by Jeff Garzik
parent 8061f5f0a0
commit 507ceda003
2 changed files with 0 additions and 71 deletions

View File

@ -390,9 +390,6 @@ struct ata_port {
struct work_struct port_task;
struct work_struct packet_task;
struct work_struct pio_task;
unsigned int hsm_task_state;
unsigned long pio_task_timeout;