[PATCH] libata: remove unused qc->waiting

There is no user of qc->waiting left after ata_exec_internal()
changes.  Kill the field.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
Tejun Heo
2005-12-13 14:51:25 +09:00
committed by Jeff Garzik
parent 82033adf0a
commit b563230340
2 changed files with 2 additions and 14 deletions

View File

@ -285,8 +285,6 @@ struct ata_queued_cmd {
ata_qc_cb_t complete_fn;
struct completion *waiting;
void *private_data;
};