[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:
@ -285,8 +285,6 @@ struct ata_queued_cmd {
|
||||
|
||||
ata_qc_cb_t complete_fn;
|
||||
|
||||
struct completion *waiting;
|
||||
|
||||
void *private_data;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user