diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-11-14 20:35:45 -0500 |
---|---|---|
committer | Tejun Heo <htejun@gmail.com> | 2007-11-18 22:28:09 -0500 |
commit | 21bef6dd2b419f28c8096a8e30ad86dcbff44c02 (patch) | |
tree | 704912dbb4c28fd1a49d9256193762c19255d7a4 /include/linux/libata.h | |
parent | de753e5e8678d9674de0a3bda9ead9e770fdbf53 (diff) |
libata: remove unused functions
This patch removes the following obsolete functions:
- libata-core.c: __sata_phy_reset()
- libata-core.c: sata_phy_reset()
- libata-eh.c: ata_qc_timeout()
- libata-eh.c: ata_eng_timeout()
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Tejun Heo <htejun@gmail.com>
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 56a5673aebad..3f9a6a140a98 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -771,8 +771,6 @@ static inline int ata_port_is_dummy(struct ata_port *ap) | |||
771 | 771 | ||
772 | extern void sata_print_link_status(struct ata_link *link); | 772 | extern void sata_print_link_status(struct ata_link *link); |
773 | extern void ata_port_probe(struct ata_port *); | 773 | extern void ata_port_probe(struct ata_port *); |
774 | extern void __sata_phy_reset(struct ata_port *ap); | ||
775 | extern void sata_phy_reset(struct ata_port *ap); | ||
776 | extern void ata_bus_reset(struct ata_port *ap); | 774 | extern void ata_bus_reset(struct ata_port *ap); |
777 | extern int sata_set_spd(struct ata_link *link); | 775 | extern int sata_set_spd(struct ata_link *link); |
778 | extern int sata_link_debounce(struct ata_link *link, | 776 | extern int sata_link_debounce(struct ata_link *link, |
@@ -994,8 +992,6 @@ extern void sata_pmp_do_eh(struct ata_port *ap, | |||
994 | /* | 992 | /* |
995 | * EH | 993 | * EH |
996 | */ | 994 | */ |
997 | extern void ata_eng_timeout(struct ata_port *ap); | ||
998 | |||
999 | extern void ata_port_schedule_eh(struct ata_port *ap); | 995 | extern void ata_port_schedule_eh(struct ata_port *ap); |
1000 | extern int ata_link_abort(struct ata_link *link); | 996 | extern int ata_link_abort(struct ata_link *link); |
1001 | extern int ata_port_abort(struct ata_port *ap); | 997 | extern int ata_port_abort(struct ata_port *ap); |