diff options
| author | Tejun Heo <htejun@gmail.com> | 2005-12-13 08:51:25 +0300 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-12-13 09:34:46 +0300 |
| commit | b5632303401c231bf270ef36f1013e52caf4caf9 (patch) | |
| tree | 671b2a1d0d32d30d935535440ce4e57fdff3a709 /include | |
| parent | 82033adf0a4b26eb0c0c90e224848431e2a59bc6 (diff) | |
| download | linux-b5632303401c231bf270ef36f1013e52caf4caf9.tar.xz | |
[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 { ata_qc_cb_t complete_fn; - struct completion *waiting; - void *private_data; }; |
