diff options
| author | Jeff Garzik <jgarzik@redhat.com> | 2004-05-15 05:09:25 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@redhat.com> | 2004-05-15 05:09:25 -0400 |
| commit | 50112a634c71a93d2c91fa2be46787ab9ca09a83 (patch) | |
| tree | 8ebd3d4acb3e47cc3dbee9a6b6a06ddbd6dae560 /include | |
| parent | 1ad2c4d10e631707b29e50d1aa6cb1156baf2fab (diff) | |
[libata] internal cleanups
Remove unused 'done_late' arg to ata_qc_complete(), which was never
useful in 2.4, and never used at all in 2.6.
This allows us to eliminate the same arg from ata_dma_complete(),
and also make it more correct by passing the command rather than
the ATA port structure as arg0.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/libata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 9dd3a4bf05f9..c2172feb0d37 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -402,7 +402,7 @@ extern void ata_bmdma_start_mmio (struct ata_queued_cmd *qc); extern void ata_bmdma_setup_pio (struct ata_queued_cmd *qc); extern void ata_bmdma_start_pio (struct ata_queued_cmd *qc); extern int pci_test_config_bits(struct pci_dev *pdev, struct pci_bits *bits); -extern void ata_qc_complete(struct ata_queued_cmd *qc, u8 drv_stat, unsigned int done_late); +extern void ata_qc_complete(struct ata_queued_cmd *qc, u8 drv_stat); extern void ata_eng_timeout(struct ata_port *ap); extern int ata_std_bios_param(struct scsi_device *sdev, struct block_device *bdev, |
