diff options
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2010-04-22 12:03:35 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2010-05-14 17:08:02 -0400 |
commit | 294440887b32c58d220fb54b73b7a58079b78f20 (patch) | |
tree | 83ad03746ca4e7e34fb74cdb2e42b075e085d4da /include/linux/libata.h | |
parent | 4f2c774856708bccecb74c0e6296e9e2c9136ee1 (diff) |
libata-sff: kill unused ata_bus_reset()
... since I see no callers of it.
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index b2f2003b92e5..4fa748e9bc01 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -1631,7 +1631,6 @@ extern void ata_bmdma_setup(struct ata_queued_cmd *qc); | |||
1631 | extern void ata_bmdma_start(struct ata_queued_cmd *qc); | 1631 | extern void ata_bmdma_start(struct ata_queued_cmd *qc); |
1632 | extern void ata_bmdma_stop(struct ata_queued_cmd *qc); | 1632 | extern void ata_bmdma_stop(struct ata_queued_cmd *qc); |
1633 | extern u8 ata_bmdma_status(struct ata_port *ap); | 1633 | extern u8 ata_bmdma_status(struct ata_port *ap); |
1634 | extern void ata_bus_reset(struct ata_port *ap); | ||
1635 | 1634 | ||
1636 | #ifdef CONFIG_PCI | 1635 | #ifdef CONFIG_PCI |
1637 | extern int ata_pci_bmdma_clear_simplex(struct pci_dev *pdev); | 1636 | extern int ata_pci_bmdma_clear_simplex(struct pci_dev *pdev); |