diff options
author | Tejun Heo <htejun@gmail.com> | 2006-03-05 01:29:09 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-03-11 17:57:20 -0500 |
commit | 507ceda00302c071029277652d9faa5a0a55419a (patch) | |
tree | 603cbc777845d37e2045be96f5f9f1c27d7fe33a /include/linux/libata.h | |
parent | 8061f5f0a04cfd2bc7aa273596ad3fcd426f8eea (diff) |
[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>
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 3ad2570f663b..9ad020ac8591 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -390,9 +390,6 @@ struct ata_port { | |||
390 | 390 | ||
391 | struct work_struct port_task; | 391 | struct work_struct port_task; |
392 | 392 | ||
393 | struct work_struct packet_task; | ||
394 | |||
395 | struct work_struct pio_task; | ||
396 | unsigned int hsm_task_state; | 393 | unsigned int hsm_task_state; |
397 | unsigned long pio_task_timeout; | 394 | unsigned long pio_task_timeout; |
398 | 395 | ||