diff options
| author | Tejun Heo <htejun@gmail.com> | 2005-12-13 00:51:25 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-12-13 01:34:46 -0500 |
| commit | b5632303401c231bf270ef36f1013e52caf4caf9 (patch) | |
| tree | 671b2a1d0d32d30d935535440ce4e57fdff3a709 /include | |
| parent | 82033adf0a4b26eb0c0c90e224848431e2a59bc6 (diff) | |
[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>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/libata.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 833e57afd54c..46337e71613e 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
| @@ -285,8 +285,6 @@ struct ata_queued_cmd { | |||
| 285 | 285 | ||
| 286 | ata_qc_cb_t complete_fn; | 286 | ata_qc_cb_t complete_fn; |
| 287 | 287 | ||
| 288 | struct completion *waiting; | ||
| 289 | |||
| 290 | void *private_data; | 288 | void *private_data; |
| 291 | }; | 289 | }; |
| 292 | 290 | ||
