diff options
| author | Jeff Garzik <jgarzik@redhat.com> | 2004-03-17 19:35:04 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@redhat.com> | 2004-03-17 19:35:04 -0500 |
| commit | fd382b8faeec5e9f8be6b480c99ddfc883a7b7b0 (patch) | |
| tree | 0ad45cce23d638888f41b6c400d46e0cd3b5ccea /include/linux | |
| parent | 45e791754958490b84ef5046f928854a33f7d9d4 (diff) | |
[libata] API cleanup
Remove ->phy_config hook, everybody used pata_phy_config. Rename
function to ata_set_mode, and directly call internally.
Diffstat (limited to 'include/linux')
| -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 0d10e7df6771..f9022a25c6fa 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -362,7 +362,6 @@ struct ata_port_operations { u8 (*check_status)(struct ata_port *ap); void (*phy_reset) (struct ata_port *ap); - void (*phy_config) (struct ata_port *ap); void (*bmdma_start) (struct ata_queued_cmd *qc); void (*fill_sg) (struct ata_queued_cmd *qc); @@ -396,7 +395,6 @@ struct pci_bits { }; extern void ata_port_probe(struct ata_port *); -extern void pata_phy_config(struct ata_port *ap); extern void sata_phy_reset(struct ata_port *ap); extern void ata_bus_reset(struct ata_port *ap); extern void ata_port_disable(struct ata_port *); |
