From fd382b8faeec5e9f8be6b480c99ddfc883a7b7b0 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Wed, 17 Mar 2004 19:35:04 -0500 Subject: [libata] API cleanup Remove ->phy_config hook, everybody used pata_phy_config. Rename function to ata_set_mode, and directly call internally. --- include/linux/libata.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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 *); -- cgit v1.2.3